View Single Post
  #2  
Old 05-30-2008, 12:03 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default 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.
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote