What code would I change in order to change the white background on all pages?
Thanks!
What code would I change in order to change the white background on all pages?
Thanks!
Hi!
To make the background completely white, add this to the end of style.css:
body, #head {background: #FFFFFF;}
Regards,
James
How can I change the background to an image?
Thanks
Use following code:
body
{
background: url(../images/bg.gif) #000;
}You must log in to post.