Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Simple Fix, But You Think I Can Find It


smee-again

Recommended Posts

I'm looking to change the background colour of the table the whole osc cart is inside. I can't find it anywhere, tried bgcolor attribute on correct table in header.php and i dont think css is overiding it but still page colour comes thru. Can somebody point me in the right direction please

 

site here http://forkeepsakescrapbooking.com.au/catalog/

Link to comment
Share on other sites

I'm looking to change the background colour of the table the whole osc cart is inside. I can't find it anywhere, tried bgcolor attribute on correct table in header.php and i dont think css is overiding it but still page colour comes thru. Can somebody point me in the right direction please

 

site here http://forkeepsakescrapbooking.com.au/catalog/

It is in stylesheet.css

Link to comment
Share on other sites

Thanks Lesley i have been thru all the css styles it's not there, can you be more specific.

 

ta

Generally in css here

 

BODY {

background: #FFFFFF;

color: #000000;

margin: 0px;

}

Link to comment
Share on other sites

Thanks Lesley i have been thru all the css styles it's not there, can you be more specific.

 

ta

Who is Lesley?

 

It is as Bloke said.

Link to comment
Share on other sites

Generally in css here

 

BODY {

background: #FFFFFF;

color: #000000;

margin: 0px;

}

 

BODY does page backround. I have put the cart inside a centre justified table and coloured it normally in html in header.php but the oss scripting just seems to ignore the colouring. I was thinking it's clashing with something in the stylesheet thatss over riding it

 

any other ideas

Link to comment
Share on other sites

BODY does page backround. I have put the cart inside a centre justified table and coloured it normally in html in header.php but the oss scripting just seems to ignore the colouring. I was thinking it's clashing with something in the stylesheet thatss over riding it

 

any other ideas

The stylesheet is controlling the page background of the page.

 

There should not be any styles in html documents.

 

Try to use the css to do it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...