Quote:
Originally Posted by sakeena
can anyone explain how to stop the background image from tiling through the main area?
|
Set the container for the main area to white or whatever background color you want...
my site looks like this:
Quote:
/*
Content enviroment styles
*/
TABLE.Container { width: 960px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }
TD.Container { height: 95%; vertical-align: top; }
/*
|