Guest Posted November 30, 2006 Posted November 30, 2006 How do I go about putting a background image on my main page?
bill110 Posted November 30, 2006 Posted November 30, 2006 How do I go about putting a background image on my main page? catelog/stylesheet.css look for this BODY { background: #ffffff; color: #000000; margin: 0px; } to add an image use thus BODY { background-image: url(images/your_image.gif); color: #000000; margin: 0px; } Be sure your image is in the images folder My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Recommended Posts
Archived
This topic is now archived and is closed to further replies.