View Single Post
Old 09-30-2010, 03:14 PM   #3
charleski
Wizard
charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1281258
Join Date: Sep 2009
Device: PRS-505
If you want a linebreak, use a separate class for the first paragraph after the break and set it to
margin-top: 1.2em;
margin-bottom: 0;
in the css.

Don't get into the bad habit of using <br/>s or empty paragraphs, it just makes things harder for you in the end.
charleski is offline   Reply With Quote