Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do u put a background image


Guest

Recommended Posts

Posted

This forum is for sharing Tips and Tricks

Moved to general support forum

 

The_Bear

Posted

in stylesheet.css

 

body { background-image : url(http://www.yourimage.com) ; }

 

or

 

body { background-image : url (./image.jpg) ; }

 

The second one is for linking to an image in the same directory that your stylesheet resides in, obviously you need to use the proper extension for the filetype you use.

 

Cheers :D

Posted

ooops, the www.yourimage.com should be h**p://www.yoursite.com/image.jpg (or gif, etc...)

Archived

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

×
×
  • Create New...