This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Change the background color on the Header page?

How do I change the background color on the Header page?

Here is the URL
http://loretto.bravehost.com/index.html

Thanks

Re: Change the background color on the Header page?

You might try putting a table, in the head tags,
of the html, and define the width and height of the
table, so that it takes up the entire browser width wise, but the height is less.

--table bgcolor="red" width="100%" height="20%"--

ought to do it. but you have to have tr and td tags,
and close all the tags for using a table.

Re: Change the background color on the Header page?

It would be a bad idea to wrap a table around the header code. The template that DOM is using is managed by CSS.

The background colors that show in the header are actually defined in the "#main_wrap" style definition. The header is simply overlaid on the graphic background. This is defined in the "images643/default.css" file. Currently the image is in the "images643" folder and is named "img02.jpg". The fix is to generate a new graphic the same size, using a different name, and then change the reference in the "default.css" file.