On Oct 29, 5:15 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have a map at the following > address:http://www.countryimage.co.uk/ci_map.html > > I wish to modify the following line; > > map.openInfoWindowHtml(map.getCenter(),("A Title. Address line 1, > Address line 2, City, County. Post Code ")); > > to be: > > A Title > Address Line 1 > Address Line 2 > City > County > Post Code. > > However, whenever I but line breaks in or try to make the first line > bold > I receive errors on the W3C Markup Validation Service. > > Any help would be much appreciated.
include your script inside <script type="text/javascript"> //<![CDATA[ ... //]]> </script> -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
