Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I add a background Image to my store?


hoverdave

Recommended Posts

How can I add a background Image to my store??

I have a .jpg with a gradient I would like to use as my background .

How can I add this image to the background of my store??

 

 

Thanks

 

 

I think it depends on the image you have, but something along the lines of (stylesheet.css near the top of the file)

 

BODY {

 

background: #ffffff;

background-image: url("images/your_gradient_image.gif");

background-repeat: repeat-x;

color: #000000;

margin: 0px;

text-align: center;

}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...