> Here is the HTML Code for my site and the link to my site
Code dump not needed, the link is much better.
Your HTML is horribly invalid.
It needs to be structured like
<html>
<head>
stuff - css, scripts etc
</head>
<body>
more stuff - content
</body>
</html>
with only one html section, only one head section, only one body
section, and nothing outside
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.