Multiple Line Breaks?
-
Yeah so I am working on a blog and I need some formatting help.
http://metaledu.wordpress.com/2011/05/28/introductionabout-the-author/
There is an example of the page. As you can see, I have it split into two sections (the the titles centered). Now there is only one (or two how you look at it?) line breaks between each section.
I want like, three or four, kind of spread them out a little more.
If I manually add extra breaks, WordPress deletes them. If I edit the html and type in all the
<p></p>over and over again and save it, then view it, the breaks all all gone, AGAIN!Is there any way (other than inserting a transparent image) for me to get the effects I want (and no, I’m not paying actual money to be able to edit the CSS, so please, don’t suggest that).
The blog I need help with is: (visible only to logged in users)
-
Formatting in blog editors is not the same as formatting in a wordprocesser.
`To add line breaks instead of paragraph breaks, use Shift+Enter in the Visual Editor, or type <br /> in the HTML editor
To preserve extra spaces that would otherwise be ignored, apply the Preformatted style from the style selector in the second row of tool in the Visual Editor, or use thepre> tag in the HTML editor.
Please see here as I believe this entry will be helpful http://en.support.wordpress.com/writing-and-formatting-poetry/ -
-
-
-
When I have formatting issues I go here > http://wpbtips.wordpress.com/2009/06/10/formatting-text-pt-1/ Note that there are 5 posts there on different formatting aspects. I hope this helps you to resolve your issues.
-
-
- The topic ‘Multiple Line Breaks?’ is closed to new replies.