BigMike7801 Posted December 20, 2005 Posted December 20, 2005 I would like to add a background image to just this page http://habfgiftshop.com/habfgiftshoponlinestore/catalog/ to look more like this page http://habfgiftshop.com/ Any suggestions? have a great day and thanks to all - Mike
lost2 Posted December 21, 2005 Posted December 21, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.