Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add a background-image to BODY?


Guest

Recommended Posts

Posted

Hey all,

 

I'm currently restyling a website based on osCommerce and I haven't worked with this before. I'd like to start by adding a background-image to the body, but providing the stylesheet with the proper code doesn't seem to help.

 

I've noticed that the current background-color can be turned on/off via admin panel. Turning it off, makes the bg white, even if i assigned a different color to body in the stylesheet. Might this have something to do with me not being able to add a bg-image? No option for adding a bg-image exists in the admin panel as far as I can see...

 

Can anyone point me in the right direction?

 

Regards

Posted

body {background: url(images/1.jpg);
etc...}

 

usually works fine in stylesheet.css without bothering the admin panel.

one-click installation..

Dave's info

Posted

Nevermind, I wasn't paying attention: uploaded the stylesheet in the wrong folder >_<

 

I did find out though that background color should be turned off in admin panel in order to see the background-image...

Archived

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

×
×
  • Create New...