Wordpress BR and P (Line Breaks Not Working)

Associate
Joined
18 May 2006
Posts
785
I did a quick google and some people said tinymce advanced solved their problems but it hasnt for mine... I tried to make the changes using firefox and ie but both browsers render the same problem.. basically I want to use spaces between lines like this:

example 1

space here^

but this is how it'd show

example 1
space here^

Tried p, br, different browsers and starting a page from scratch with no joy! any ideas!
 
First thing I'd do is check if the <p>'s and <br />'s are actually appearing in your code on your website.

If they are then you have a problem with your CSS styling.

If not then usually a space followed by a enter will result in a blank paragraph if you need spacing or shift+enter will create a line break. It might be ctrl+enter now that I think about it...

Roy

EDIT:: Beaten :)
 
Back
Top Bottom