Guest Posted September 6, 2003 Posted September 6, 2003 This forum is for sharing Tips and Tricks Moved to general support forum The_Bear
Guest Posted September 6, 2003 Posted September 6, 2003 in stylesheet.css body { background-image : url(http://www.yourimage.com) ; } or body { background-image : url (./image.jpg) ; } The second one is for linking to an image in the same directory that your stylesheet resides in, obviously you need to use the proper extension for the filetype you use. Cheers :D
Guest Posted September 6, 2003 Posted September 6, 2003 ooops, the www.yourimage.com should be h**p://www.yoursite.com/image.jpg (or gif, etc...)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.