View Full Version : A question


Fudgecream10145
05-05-2003, 06:25 PM
Hi everyone. I'm really new with HTML, and I was just wondering something. How do you change the color of your whole website? For example, if you don't have a layout for your website yet, and you just want to make it one color, how do you do that? I know it's a stupid question but I can't figure out the answer. Please help!

zangerbanger
05-05-2003, 06:39 PM
Perhaps you mean background colour? To change you background colour you go like this to your body tag:

<body bgcolor=”color of your choice">

That should change the background colour. (I’m not sure what you mean by entire website though…it could include scrollbars, text or even links)

amicus
05-05-2003, 07:53 PM
you can change the color of your entire website at once if you are linking to a css file. i think that's what you mean? otherwise if you mean just one page then do what zangerbanger suggested. that'll work fine.

Cherchezlafemme
05-05-2003, 10:32 PM
I think being a beginner you should look around Lissa's site for some of those basic questions of yours. You have to begin some where ;)