Guest Posted October 24, 2006 Posted October 24, 2006 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
digbydo Posted October 24, 2006 Posted October 24, 2006 body {background: url(images/1.jpg); etc...} usually works fine in stylesheet.css without bothering the admin panel. one-click installation.. Dave's info
Guest Posted October 24, 2006 Posted October 24, 2006 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.