Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A couple of Questions


fruitshoot

Recommended Posts

Posted

Is it possible to add a links module, or is there such a thing already available, if so please could someone point me in the right direction.

 

How do I change the banner at the top of the site?

 

Thanks

Posted
Is it possible to add a links module, or is there such a thing already available, if so please could someone point me in the right direction.

 

How do I change the banner at the top of the site?

 

Thanks

Hi this will work if u want to change banner.

Search for the next line in catalog/stylesheet.css

 

TR.header {

background: #ffffff;

}

 

add then this line

 

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

background-repeat: repeat;

 

change banner.gif to the name u whant for your banner.

 

it must look something like this

 

TR.header {

background: #ffffff;

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

background-repeat: repeat;

}

Archived

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

×
×
  • Create New...