In your stylesheet.css try setting the margin to 0.

p {
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:100%;
margin:0;
padding: 0;  
}


This fixes the problem but causes another. The paragraphs still need to have
their normal padding & margins. I just need to get rid of the gaps above &
below the #content div.

Joanne
______________________________________________________________________
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