Thanks Nymor
A little hard to follow your line,and yes I am using the GE and not
the Plugin.
Anyway on your hint I took the kml and swapped two of the bgcolor
bytes in the balloon style used by that icon and when viewed in GE,
all the icons using that modified style swapped their surrounding
color to pink but the color behind the text remained white.
So for completeness here are the bits (with the swapped colors):
Style:
<StyleMap id="s_Ic_D2">
<Pair><key>normal </key><styleUrl>#sn_Ic_D2</styleUrl></Pair>
<Pair><key>highlight</key><styleUrl>#sh_Ic_D2</styleUrl></Pair>
</StyleMap>
<Style id="sn_Ic_D2">
<IconStyle>
<scale>2.0</scale>
<Icon>
<href>
http://jordsnet.tripod.com/images/TrapD2.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<BalloonStyle>
<displayMode>default</displayMode><bgColor>fffb99ff</bgColor>
<text><![CDATA[<font face="Comic Sans MS" /><b>Trap $[name]</b><br/
><br/>$[description]]]></text>
</BalloonStyle>
<LabelStyle>
<scale>1.0</scale><color>ff00ffff</color>
</LabelStyle>
<LineStyle><color>ff00ffff</color><width>2.0</width></LineStyle>
<ListStyle>
<ItemIcon>
<href>
http://jordsnet.tripod.com/images/TrapL.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="sh_Ic_D2">
<IconStyle>
<scale>2.2</scale>
<Icon>
<href>
http://jordsnet.tripod.com/images/TrapD2.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<BalloonStyle>
<displayMode>default</displayMode><bgColor>fffb99ff</bgColor>
<text><![CDATA[<font face="Comic Sans MS" /><b>Trap $[name]</b><br/
><br/>$[description]]]></text>
</BalloonStyle>
<LabelStyle>
<scale>1.0</scale><color>ff00ffff</color>
</LabelStyle>
<LineStyle><color>ff00ffff</color><width>2.0</width></LineStyle>
<ListStyle>
<ItemIcon>
<href>
http://jordsnet.tripod.com/images/TrapL.png</href>
</ItemIcon>
</ListStyle>
</Style>
And an icon:
<Placemark>
<name>A105</name><description><![CDATA[Trap Type: D2<br/>Started:
Sep08<br/>No. Visits: 32<br/>Catch to date: 2Stt 4Rat ]]></
description>
<LookAt>
<longitude>175.14289</longitude><latitude>-39.14339</latitude>
<range>500</range><heading>0</heading><tilt>0</tilt>
</LookAt>
<styleUrl>#s_Ic_D2</styleUrl>
<MultiGeometry>
<Point><coordinates>175.14464,-39.14339</coordinates></Point>
<LineString><tessellate>1</tessellate>
<coordinates>175.14289,-39.14339 175.14464,-39.14339</
coordinates>
</LineString>
</MultiGeometry>
</Placemark>
And for completeness the balloon is 55mm wide, 40mm high and pink in
color
Inside is a white square 45mm wide and 30mm high containing the text:
Trap A105 (in bold font)
Trap Type: D2
Started: Sep08
No. Visits: 32
Catch to date: 2Stt 4Rat
Now where could it have inherited that white fromfrom?
The only bgcolors in the kml file are all this one color and there are
quite a few of them:
<bgColor>ff99fbff</bgColor>
plus of course the one I swapped
<bgColor>fffb99ff</bgColor>
The only color statements in the kml are in Line Style or label styles
using
<color>ff00ffff</color>
<color>8fffffff</color>
<color>00800000</color>
plus some other definitely non-white colors - all in line or label
styles
and then some bgcolor="#ffed0e" well inside html tables suitably
handled inside the CDATA constructs plus some other non-white colors.
So I am now happy there is no _white_ color definitions in my kml file
It must come from another source.
Is it possible that something I have loaded from elsewhere into My
Places could have a fragment that is overriding my styles?
I guess I am more convinced now by formally going through this
exercise that It is not something I have done
BUT I would love someone to prove me wrong
Cheers and thanks for your input.
Bob J.