Sharky
ChatArea.com Owner

Quote | Reply |
This message was updated on 11/17/2005 12:11:25 PM by Sharky
|
How do I add artwork to the background...
replied on: 11/17/2005 12:10:35 PM
In your head section <head></head> You will use a background tag, which points to a url where your image is located. I have never tried this, but I think you can do cross site background images.
It should look like the following
<!-- background-image:url("url_to_image_goes_here.gif"); -->
|