I am trying to insert a clickable link to the pop up information box. This is what my xml looks like:
<?xml version="1.0" encoding="UTF-8" ?> - <kml xmlns="http://earth.google.com/kml/2.0"> - <Document> <name>Locations</name> <description>Plotted Locations</description> - <Placemark> - <Style> - <IconStyle> - <Icon> <href>http://maps.google.com/mapfiles/kml/pal2/icon2.png</href> </Icon> </IconStyle> </Style> <name>Alameda Towne Centre</name> - <description> 523 South Shore Center West, Alameda, CA, 94501 - <![CDATA[ <a href="http://www.alamedatownecentre.com/">Clickable Link</a> ]]> </description> - <Point> <coordinates>-122.252354,37.759378</coordinates> </Point> </Placemark> However, when the information box does not show the clickable link. Any help? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
