Might want to check out the following:

1. In Safari 3.2.1 (OS X), I get these errors:

## Safari says:
Unmatched </p> encountered.  Converting </p> into <p></p>.
http://www.plane-mad.com/guides.php?guide=PMI (line 405)

Unmatched </p> encountered.  Converting </p> into <p></p>.
http://www.plane-mad.com/guides.php?guide=PMI (line 477)

[The HTML that caused this error was generated by a script.] <link> is
not allowed inside <body>. Moving <link> into the <head>.
http://www.plane-mad.com/guides.php?guide=PMI (line 820)
## end Safari

[Safari's line numbers might not be exactly the same as your HTML
file, because of the inserted data.]

These might not be directly involved in the mapping (I haven't looked
closely), but browsers might vary in how they cope, giving you
inconsistent behavior. What does amazon's link-enhancer.js do?

2. What's the XML declaration for?

<?xml version="1.0" encoding ="utf-8"?>
        <!DOCTYPE html
             PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
        <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

3. Finally, I get a bunch of HTML syntax errors on this page.

You have a lot going on here, so it's a little hard to understand all
the flow among your scripts. Any chance you could put up a test page
with only the mapping piece? That could be debugged and fixed; then
other pieces and scripts for the page could be added back until it
breaks (or not).

You might also  try encapsulating all of your mapping code and
variables within an object to be sure your various scripts aren't
stepping on each other's variables and methods.

HTH
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to