Page is a not externally linkable
JayCee - 7:17 pm on Mar 8, 2002 (gmt 0)
I usually get even less height by changing the font of the break, like: <font size="1"><br></font>. But I can't find a similar method in CSS. Both the line-height and creating a new font class get applied to all the text, not just the line between paras, since all the text is one block. And "br" itself doesn't seem to respond to a CSS definition. This seems like a trivial problem. What am I missing here?
Approximately forever now, I've used <br>, instead of <p> for less line height between paragraphs of text (usually text in table cells).