![]() |
How do you change the background color of the content table?
For example, I inserted my header and footer, however I want the background color of the of the store are (between the header and footer) to be white. But it's appearing as the same color as the blue background I set in the CSS file. What template would I edit to change the background color of just the table where the store is?
http://tinyurl.com/5cx469 Thanks |
Re: How do you change the background color of the content table?
As I can see in your skin1.css there is the style for body and HTML
HTML,BODY { HEIGHT: 100%; MARGIN: 0px; PADDING: 0px; BACKGROUND-COLOR: #25395A; } This style defines color #25395A for background. Try to add style for Table.Container and TD.Container background-color: #FFFFFF; i.e. TABLE.Container { HEIGHT: 100%; background-color: #FFFFFF; } TD.Container { VERTICAL-ALIGN: top; HEIGHT: 90%; background-color: #FFFFFF; } If there will be any probles please inform me. |
Re: How do you change the background color of the content table?
Thanks just what i was looking for :D/
|
All times are GMT -8. The time now is 02:16 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.