Hi all,
I'm new to KML, and looked in the tutorial, but came up empty.
Is there a way to change the text color of the text in the <name> tag under a <placemark> tag?
For instance, now I have:
Code:
<Placemark>
<name>$cacheName ($diff/$terrain)</name>
<styleUrl>defaultStyle</styleUrl>
<Style><IconStyle><Icon><href>http://www.geocaching.com/images/kml/[ICON].png</href></Icon></IconStyle></Style>
<description><!CDATA<a href='http://www.geocaching.com/seek/cache_details.aspx?wp=[GCCODE]'>[DESCRIPTION]</a>, [TYPE] ([DIFF]/[TERRAIN]) by [PLACEDBY]]]></description>
<Point><coordinates>[LON], [LAT]</coordinates></Point>
</Placemark>
but I'd like the $cacheName text to appear in a different color than white. Any tips?
Thanks a bunch,
Oyjord.