View Full Version : CSS layouts


Namingishard
04-18-2006, 06:27 PM
Hello,
So i copied and pasted the code from the CSS part of the page for
three column layout with header and i was just wondering, if i can and if possible how, Do i change the Background color only in the Left and Right columns.

G-commer
04-18-2006, 06:49 PM
In the style sheet, in #right and #left, add this:
background-color: YOURCOLOR;