View Full Version : How do you change the background of just one part of your page?


curiousdude
04-21-2006, 01:27 AM
Like if I wanted just the left and right column to have a certain color background, how would I do that?

Also, how do I change the size of the text? What would i need to insert into the stylesheet?

tokyo bleu
04-21-2006, 06:13 AM
For size of text:
body, a {
font-size: 10pt;}

pb&j
04-21-2006, 06:33 AM
in your stylesheet, you would add the background to the css to be applied to your different areas...

background: #ffffff url(SomeImage.gif);

curiousdude
04-22-2006, 05:05 AM
thanks, you guys

pb&j
04-22-2006, 08:35 AM
no worries.