>I am striking out. None of the suggestions are working.
The map script is inside a html table, which is in the <head> section.
The html should be in the <body> section.
The map script should not be inside any html.
Follow this format
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Untitled</title>
</head>
<body onunload="GUnload()">
<div id="map_canvas" style="width: 1000px; height: 600px"></div>
<script here<---------------------
</body>
</html>
Ralph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---