> http://www.gil-fogoros.com/Test-Markers-StreetView.html
>
> Thanks for any suggestions.

First fix the syntax error your browser is reporting to you.  I think
that results from the invalid HTML structure.
You have
<html>
<head>
</head>
<body>
<html>
<head>
</head>
<body>
</body>
</html>
</body>
</html>

You are only allowed
<html>
<head>
    content
</head>
<body>
   content
</body>
</html>
See http://www.echoecho.com/htmlbasics03.htm

This is a useful resource-
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gil-fogoros.com%2FTest-Markers-StreetView.html&charset=%28detect+automatically%29&doctype=Inline&group=0

Not a maps issue.

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to