Forum Moderators: not2easy
.bgcolor
{
background-color:#whatever;
}
Then when I'm coding, I add an additional class to whatever it is I want to add the color to.
<div class="container bgcolor">
Stuff in the middle
</div>
I can then quickly change color schemes by just changing a few classes.
Maybe that helps a little?