|
background picture.
The code to add a background image is..
<body background="images/plainbgrnd.jpg">
The background command is inside the body tag. You will need to point the image to reflect the folder on your server where your files are located.
(My image source resides in an image folder, then it's the image name, in this case plainbgrnd.jpg.), need to have the source as "files/plainbgrnd.jpg" or if you place your images with everything else you can simply put the image name.
|