No Paragraphs When Adding Content
RobAC - August 30, 2006 - 18:36
| Project: | Andreas09 |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
For some reason, when adding new content such as news items, you cannot format the content into paragraphs. Even if you add paragraph tags, it seems that this theme just ignores them. Has anyone else run into this??

#1
I think the theme has nothing to do with it. Themes aren't able to modify your actual content, only the layout and styling. My guess is you don't have the <p> tag allowed in your HTML filter and it's just being stripped from your content. I am using this theme and it didn't strip any paragraph tags for me.
Check the list of tags on the bottom of your text area, the one that says "Allowed HTML tags:..." is there a <p> tag in that list? If so, are you using tineMCE with Safari by any chance? I noticed tinyMCE doesn't create <p> tags on Safari.
#2
It was a real issue. The paragraph margin/padding was set to 0 in the CSS. It's now been removed. Thanks for the report.
http://drupal.org/cvs?commit=41699
#3