Click to See Complete Forum and Search --> : Need help with HTML


ragai
08-26-2005, 06:07 PM
I designed a personal web page using a gray color background.
I copied a guest book from the HTML page of an older web page which had a white background and pasted in. Now I have a page with 2 colors, the top is gray and the bottom is white. Since I have 0 knowledge of HTML language, I'm hoping that some one can go to my site and look at the source of page 1 and find out what can be done to change the white background to the same page gray color. Please if you can help, explain in detail what to do.

Address: http://watercolor10.tripod.com

Please E-mail with answer to: ragaikaras54@hotmail.com

The Little Guy
08-26-2005, 06:18 PM
at the very top you should see this code:

<body BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>

Change the FFFFFF to eee

I think that would work.

nawoc
08-26-2005, 06:33 PM
All the stuff with grey background is made up purely of images so unless you've got the images saved in layer form or similar you're more or less stuck with the grey background. The Little Guy's suggestion of changing the F's to E's should sort it out.