Quote:
Originally Posted by JSWolf
None of those solutions are optimal. You want CSS to add the 1em space.
|
Much better, thanks.
I replaced all:
Code:
<p class="CLASSNAME"><br/></p>
with
Code:
<div class="CLASSNAME"></div>
and changed the styles of those classes from "margin: 0 0 0 0; line-height: X" to "margin: X 0 X 0", and added a rule for "div.br" with a 1em margin.