[thelist] Page check + CSS question...

James evolt at reather.net
Wed Dec 10 07:46:57 CST 2003


Mark Howells wrote:
> Mac screenshots at
> 
> http://www.mark.ac/media/evolt/

Thanks for the speedy screenshots!  <ot>BTW, nice site</ot>

> Re. the maroon strip at the top of the page: check the page margins
> and padding (on the body tag)?

The CSS was like this: 

body {
 margin: 0;
 padding: 0;
 border: 0;
 background-color: #990033;
 }

I've even added this too

html {
 margin: 0;
 padding: 0;
 border: 0;
 background-color: #990033;
 }

but it didn't help.

James


More information about the thelist mailing list