View Full Version : coloring the diffent sections


i_lite_fires06
04-14-2004, 06:49 AM
Hi
I am trying to make my website. I was looking at the css thing but I can’t find what I need. I have a basic 2 column with header layout. I want my header's background color to be black and I want my left column to be black and then I want my center column to be a different color, lets say white. I can get my whole page to have a black background but I can’t get my center column to be white. It is for poetry and I want different colors for my background in the section where my poems are so it fits the mood of the poem but I want it to look like a site that is all together and not just pages linked together so I want my header and left column to be the same color and stay that way for some consistency and the left column is my navigations and the header is the title of the whole site so now you can see why I want it this way I just don't know how to do it.
Thanks for any help i can get email me if you need to i_lite_fires06@yahoo.com

Monica :wolf:

MaGiCSuN
04-14-2004, 08:39 AM
can you show me the page you are working on currently?

You have to add background-color: #COLOR; to the css for that certain part of your site. Because i don't know if you use the css layout from lissa's site i can't give you direct directions. But it would look like something like this:

#menu { background-color: #COLOR; }

for example. That would color the menu part

Love,
Mirna

i_lite_fires06
04-15-2004, 12:11 AM
Hi my site is www.geocities.com/i_lite_fires06 and yes i am using one of the lissa explains it all.

Monica :wolf: