Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding background image


BigMike7801

Recommended Posts

Posted

go to the root dir of oscommerce

find the stylesheet.css file

 

and add the following code :

 

background-image:url("http://yourdomainname.com/yourbackgroundimage.jpg");

 

to the body tag :

 

BODY {

background: #000000;

color: #ffffff;

margin: 0px;

}

 

so it should look somethign like this:

 

BODY {

background: #000000;

background-image:url("http://yourdomainname.com/yourbackgroundimage.jpg");

color: #ffffff;

margin: 0px;

}

 

 

peep my shopping cart out and i started today : http://madeindade.com/oscommerce

Archived

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

×
×
  • Create New...