PDA

View Full Version : Ahh, can anyone help me?



CamCamPup33
01-10-2004, 08:37 PM
Im doing a new website, and im trying to figure out the code for the color of the background.. Isnt it something like... <Body Background "Black"> Erm, help!

Karen
01-10-2004, 08:48 PM
No, it's something like BGCOLOR="#FFFFFF" - that's white, black would be BGCOLOR="#000000"

Shelteez2
01-10-2004, 09:53 PM
You can put it like this:

<body bgcolor="000000">

Or you can just put black instead of the numbers:
<body bgcolor="black">

You can do that in any basic color (red, blue, green, yellow etc) but if you want more specific shades you need to play with the color codes. This is a chart I use to pick what color I want my backgrounds to be:

http://www.geocities.com/SiliconValley/Network/2397/

Good luck!

binka_nugget
01-10-2004, 10:22 PM
You didn't recieve my pm? Although, the code I put was probably wrong..I think the one shelteez2 put is correct.