Magenta Placenta wrote:
http://www.5finger.com/columns.html
If you look at this page, you'll see the dark gray (div id="shell"), which is the basic container for the columns within, has extra space below the masthead and footer. The masthead/footer should butt right up against the 3 columns inside. How do I get rid of that extra spacing/gray bkg?

You need to set the margin on the h3 to zero

h3      {
        margin: 0;
}

Also, your page does not validate. You need to close the <br tag with a />.

<br clear="all" />

You'll probably get other suggestions on how to clear the float.

Cheers,

Peter

p.s. And unless you're not there yet, I'd add a meta tag after the title tag to declare the character encoding, such as
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to