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.
|