The treatment of "blank lines" is pretty varied among rendering engines as well. Are we talking about empty paragraph tags? Or paragraph tags that contain a line-break tag? Or that contain a non-breaking space entity/character?
Adding blank lines via html is generally considered poor form. It's much better to add margin to elements adjacent to the the places you want more space via css.
|