Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Background Image


Guest

Recommended Posts

Posted

How do I go about putting a background image on my main page?

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...