Free Graphics
Sponsors
More Graphics
Cool Sites
Help : Backgrounds
How can I use a background image for the background of my web page?
This can be accomplished using CSS. Insert the following code in your stylesheet:
body
{
background-image: url('backgroundimage.jpg');
}
