CSS/Template problem

Hi all,

I’m new to this forum but am having a problem with my website. I use Dreamweaver MX and have a background #2F257C on this page that was working fine yesterday, but I did some tweaking and now the background is no longer visible in the browser. The same color WAS visible in the browser yesterday, so I don’t think it’s a color problem.

Sorry, forgot the link: www.lynnhayes.com

Can anyone help me with this?

thanks in advance,
Lynn Hayes

Coder, you are a genius! thank you, thank you.

The markup is invalid to begin with and you have strange erroneous occurrences of:

<!-- #BeginLibraryItem “/Library/Top%20bar.lbi” –>
<link href=“RE_site.css” rel=“stylesheet” type=“text/css”>
<style type=“text/css”>
<!–
body {
background-color: #FFFFFF;
}
–>
</style>

Appearing within the BODY, which of course will override the purple with white #FFFFFF - your main “disappearing colour” issue. Your new friend is the http://validator.w3.org/ which will also aid you spot the other minor errors.

No worries. :slight_smile:

Thanks Coder - I appreciate it.

It would help if you supply a code sample or a link to the page in question; colours don’t just disappear on their own. Something you did effected it and that is why I’d need to see the page, etc.