Below I've pasted part of the kml that I'm working with.
Bryan
<Style id="uwc">
<LineStyle>
<color>ff000000</color>
<width>2</width>
</LineStyle>
<PolyStyle>
<color>7d37d9f0</color>
<fill>0</fill>
</PolyStyle>
<LabelStyle>
<color>ff0000cc</color>
<colorMode>random</colorMode>
<scale>1.5</scale>
</LabelStyle>
</Style> <Folder><name>uwc_prop5</name>
<!--<Placemark>
<name>Granite Peak</name>
<Point><coordinates>-112.811550053637,38.3648831059691,0</
coordinates>
</Point>
</Placemark> -->
<Placemark>
<name>Granite Peak</name>
<styleUrl>#uwc</styleUrl>
<Point><coordinates>-112.811550053637,38.3648831059691,0</
coordinates>
</Point>
<description><![CDATA[
<b>name:</b> <i>Granite Peak</i><br />
<b>region:</b> <i>Great Basin</i><br />
<b>cluster:</b> <i>Granite Peak</i><br />
<b>uwc_prop:</b> <i>1</i><br />
<b>polygonid:</b> <i>978</i><br />
]]></description>
<Polygon><outerBoundaryIs><LinearRing><coordinates>-112.79530573055591,38.300175290995092
-112.79550125830539,38.300189182578286 ... so many coordinates....
<IconStyle>
<scale>0</scale>
</IconStyle>
That what you looking for?
Yes, that helps me out. Thank you. At first I wanted to include the
polygon and label in the same placemark, but now I think it might be
better to have them in separate folders and separate placemarks so the
user can turn off the labels only if desired (just GE does with the
1st Level Admin Borders).
Bryan
<IconStyle>
<scale>1</scale>
</IconStyle>