Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Backgound image to all pages


daddyrabbit

Recommended Posts

Posted

This client has a specific tempplate they want to use through out...how do I corporate this into osC?

Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.

Posted

Add the background image to the <BODY> tag in the stylesheet.css:

 

BODY { background: url("http://myweb.com/mybackground.gif") }

I'd rather be flying!

Posted

I don't want to use the URL tag...the background image is saved on the server...

Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.

Posted

BODY { background: url("images/mybackground.gif") }

 

The_Bear

Archived

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

×
×
  • Create New...