Quote:
Originally Posted by Pablo
I'm not using br tags for margins. I use <br /> to generate a blank line in the middle of the text.
|
That's a block margin. Margins aren't only at the sides of the page. Just use a style class with margin-top:1.2em (or whatever your line-height is, 1.2 is the default). I know a lot of people misuse br tags line this (or, worse, use <p> </p>), but it's a bad habit to adopt.