Help and Information : 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');
}