CSS help: Text Formatting Problem with <p>
-
When I post using the wp WYSIWYG editor, it seems to automatically convert any number of hard returns to a single <p>
The posted material ultimately looks different than what it does in the editor. The author finishes a line, hits two returns, such that the editor shows the new paragraph far removed from the last paragraph, but when posted they are only single spaced apart.
If I change the bottom margin for p then everytime someone hits even a single return they’ll look like different paragraphs.
It would probably make more sense to convert each hard return into a br and then convert two hard returns into a p with a set bottom margin.
Can anyone suggest a workaround for this?
Also, when an author bolds text, it inserts strong around the text, but it’s not strong enough in the posted result to show up. Perhaps it’s my font style, which I like. Is there anyway to make it appear bolder?
- The topic ‘CSS help: Text Formatting Problem with <p>’ is closed to new replies.