Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Backgroung


Guest

Recommended Posts

I know how to change the colors in the stylsheet. I would like to use a picture for the background (It goes with my logo). How do I tell osc to do this? I have tried some basic html but with no luck.

 

Thanks much.

Link to comment
Share on other sites

Here is one approach, in stylesheets.css

 

TD.myclass{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background-image: url(image_name.ext);
color: #ffffff;
font-weight: bold;
}

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...