Forum Moderators: coopster
<Sorry, no personal URLs. See TOS [webmasterworld.com]>
[edited by: tedster at 12:08 am (utc) on Oct. 30, 2004]
The code on the home page is invalid. You have a JavaScript at the top, before the <DocType>, <HTML>, or <HEAD>. The script must be placed after the <HEAD> opening tag.
There are also several other problems with the page; for example one style sheet is loaded five times in a row.
I'd suggest validating the site at w3c.org, and using an HTML editor to clean up the code.
Jim