How to set image as a background

That was really helpful and informative. Could you please help me how to set an image as the background.

There is a lot of information about that in the CSS forum. It isn’t something you do with HTML.

Here is one example. You do it in CSS:

html, body {
background-image: url(images/ImageFile.gif);
}

You 'll need to replace “images” with the actual location of the file on your server and ImageFile.gif with the actual file name.

Posts moved to more appropriate forum