Quote:
Originally Posted by Maui
Assuming there are margins in the browsers/readers stylesheet for <p> or in the user stylesheet, this will result in an emphasized space between two other elements 
|
Not with many renderers it won't. If you're not going to use css for vertical space between elements (and you
should), then you need to have some sort of content for that vertical spacing to properly render across the widest range of rendering engines.
Typically something like:
or
is often utilized.
The empty tags pointed out above will often result in no vertical spacing whatsoever on many reading devices/apps.