[thelist] CSS spacing around block elements

MaKo shark at mako4css.com
Wed Mar 26 14:03:56 CST 2003


> What is the correct CSS attribute to attach to block text elements (p,
h1,
> h2, etc.) to reduce the spacing that is inserted by default after the
> element?
>

usually margin.

p { margin-top: 0px;
    margin-bottom: 0px;
    }

HTH
--

MaKo
~~just when you thought it was safe to go back into the water~~
http://www.mako4css.com/




More information about the thelist mailing list