Posted by Toby Inkster on 04/06/06 21:14
City Dweller wrote:
> For example, consider this HTML code:
>
> LINE1<P>LINE2
I'd rather consider this code:
<P>Line 1</P>
<P>Line 2</P>
The vertical gap between the two paragraphs is the sum of the lengths of
the following CSS properties as applied to the paragraphs in question:
padding-bottom of the top paragraph
border-bottom of the top paragraph
margin-bottom of the top paragraph
margin-top of the bottom paragraph
border-top of the bottom paragraph
padding-top of the bottom paragraph
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|