|
I am being told this:
White, or #FFFFFF; is the default value for background colours. All you need to do is add this to the sections you want to have a black background:
{background-color: #000; }
but I need to know exactly where to add it, let's narrow this down please, I want the content block's background alone to be black so I add the black color code to this section of the code? If so, I am told to add it to .sf_content, therefore the Content code should be?
.sf_content {
{background-color: #000; }
height: 300px;
padding: 20px 20px 0 20px;
margin: 0px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: auto !important;
height: 200px;
min-height: 200px;
}
or should I remove the before and after {} surrounding the color code?
Last edited by mikehende; 02-23-2009 at 05:46 PM..
|