Page 1 of 1

How do change the background color of my page?

Posted: Fri Jul 07, 2006 1:19 am
by duplay
How do I change the background color of the webpages? I have read to change the

div#pagewrapper {
border: 1px solid #000;
background: #fff;

in coulours, but this doesnt work.

Any help?

Thanks,

MJD

Re: How do change the background color of my page?

Posted: Fri Jul 07, 2006 6:05 am
by becfret
You need to change the colour in body e.g.

body {
background-color: #fff
}