Adding a background image to your page

Select the background image that you would like to use. If you don't have one, you may copy the one that I have used on this page, To do that, use the right mouse button on your mouse and click on the background image. A menu will appear. One of the items on the menu will be Save Background As. Save it into the folder that you created and are now working in.

If you already have a background image that you would like to use, save it in your folder and rename it background.jpg.

we will now add a statement to our body tag much like we did before. but this time we will indicate that the background is an image rather than a color. The statement is background=background.jpg.

so my body tag now looks like this

<body background=background.jpg>

keep in mind that I am ASSUMING that the name of your background image is background.jpg.