I have a style defined as:
<Style id="style1">
<BalloonStyle><text>$[description]</text></BalloonStyle>
<IconStyle><Icon><href>http://maps.google.com/mapfiles/kml/paddle/red-circle-lv.png</href></Icon></IconStyle>
</Style>
and placemark description as:
<description><![CDATA[
<table width="400"><tr><td><a href="img/test.png">Open Image<br><img src="img/test.png" width=200 /></a></td>
<td>Some Text Goes Here</td></tr></table>
]]></description>
Is it possible to make it so that when they click on the image it opens up in the default viewer or in another browser page? Right Click (open in new window, open image, open) doesn't seem to do anything. The images are in the KMZ file.
Peter