Hi I need to change the background colour. I have followed the FAQ answer for this but to no avail.
I can't find the stated text from the stylesheet.css..
In your stylesheet.css you can adjust the overall background color by setting the body tag:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #fff; /* this is white */
/* background-color:#ccc; this is gray */
}
this will be my first post of many I guess
any help is greatly appreciated
Gordon




