Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

background color


Guest

Recommended Posts

Posted

Hi,

 

I try to setup a site and I want to change the background color. I get some results when looking at the site with konqueror, but nothing with mozilla ???

 

I added to stylesheet.css

 

background-image:url(./images/orange_degrade.jpg);

 

 

I also tried by adding directly to default.php

 

<body background="./images/orange_degrade.jpg" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

 

 

Any suggestions ?

 

Thanks in advance

 

Philippe

Posted

you ftp. stylesheet, to change the color, go to wiki , click on link at bottom, and start the long job of learning this cart

Posted

Ralph,

 

great answer ralph, I think people expect a little more than learn it yourself when they bring a question here, it seems he's already tried to figure it out on his own.

 

 

Philippe,

 

I'm having the same issue, I got the background changed by going to stylesheet.css and modifying the following code.

 

BODY {

background: #ffff9a;

color: #000000;

margin: 0px;

 

Still working on changing the header though, good luck!

 

Alex DeBarros

 

http://brandblast.com

Archived

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

×
×
  • Create New...