On Oct 13, 3:59 pm, Kandemir <[email protected]> wrote: > Html codes won't validate through W3C in info window, like <br/> or > <b>...
It would be nice to have a link showing what you have which won't validate, but you could try commenting out your Javascript code like the W3C suggest. http://www.w3schools.com/xmL/xml_cdata.asp Note that for older browsers you may need Javascript comments as well: <script> <!-- <![CDATA[ ... // ]]> --> </script> Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
