Joanne wrote:
> http://server.npserver1.com/~netper/whoswho/
>
>
> This css has a white gap above & below the #content div. It does even if I
> put in padding-top: 0; & padding-bottom: 0;
>
> padding: 20px; removes the white space, but I don't want top & bottom
> padding. What am I doing wrong?
>
>
>
> Joanne
>   


p {
font-size: 100%;
margin-top:0;margin-bottom:0; <<<--- kill the top and bottom margin
font-family: Verdana, Helvetica, Arial, sans-serif;}


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to