PDA

View Full Version : HTML color code


gyllenhaalic
04-28-2007, 01:59 PM
Do any of you know what the HTML color code for the background is? TIA!

Robin Carlton
04-28-2007, 03:19 PM
Hey there,

it's part of the body tag and should look like this...

<body bgcolor="#FFFFFF"> remember you'll want to close that tag at the end of the page with </body>

HTH

Robin

gyllenhaalic
04-28-2007, 04:20 PM
Awesome! Thank you so much.