The body and css examples are good. The answer with only three characters for color is wrong. Here’s a chart for the 216 “websafe” colors with their numerical values:
For your first site the easiest way is to use or any other hexadecimal number. You can also set bgcolor values in tables, table rows, and table data.
July 14th, 2007 at 4:26 am
–
Or
–
—
Don’t actually put the color or the URL in caps.
July 14th, 2007 at 11:07 pm
In your CSS file:
body {
background: #FFF url(urlhere);
}
#FFF = White
urlhere, just put the image url
You can add extra details for the background image:
no-repeat
top left
etc.
July 17th, 2007 at 5:01 pm
The body and css examples are good. The answer with only three characters for color is wrong. Here’s a chart for the 216 “websafe” colors with their numerical values:
For your first site the easiest way is to use or any other hexadecimal number. You can also set bgcolor values in tables, table rows, and table data.