Wasn't it rocklobster who wrote:
>Why is it that if I put something like <meta> or any character in front 
>of the <!-- InstanceBegin template="/Templates/kayaking.dwt" 
>codeOutsideHTMLIsLocked="false" --> then it works in Safari and Chrome? 
>Also if I put that same Dreamweaver template code/comment above the 
>charset and http-equiv code it works.

Perhaps Chrome uses that to create the Comment() object that is the 
firstChild of documentElement. If you have an earlier (invalid) tag or 
content before the comment, then that becomes the firstChild.

However, relying on invalid HTML may then cause problems in other 
browsers, particularly various versions of MSIE.

-- 
Mike Williams
http://econym.org.uk/gmap



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