How Do I Change The Background Color?

JJM Online

New Member
Hello all,

I am a newbie so excuse me as my ignorance on web design is exposed. Here's the dilemna:

I have a template that I used, but I need to change the background color to white. I looked at the HTML code and Ididn't see any HEX color code used. Is there some way I can find it and change it to white? Any help would be deeply appreciated.
 

zkiller

Super Moderator
Staff member
like this...

Code:
<body bgcolor="#FFFFFF">
you should use the hex codes for the colors. for instance...

#000000 = black
#FFFFFF = white
 
Top