Background Images
To add a background image to your site, simply place this code into your page where specified:
<body background="url of image here">
You can also place your background image information into your stylesheet by using this:
body {
background-image:url('image url here') ;
}
Back | Refresh Home | Forward