Quote:
Originally Posted by DNSB
Sample from one recent book:
|
When you have crappy HTML/CSS, you can get weird behavior.
I'm pretty sure that a compliant HTML renderer could turn all that into nothing at all, since each
p contains nothing but spaces, which
can be collapsed into a content box of 0px wide and 0px high. Since there is no additional margin or padding, the entire box would be 0px high and whatever the page width is for width.
So, among all the ways to try to add vertical space, what you found is probably the worst, as it might not even work.