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');
}

Useful Resources

Sponsors

  • Advertise Here
Valid XHTML 1.0 Transitional Valid CSS!