Thanks for replying.
In a .kml file I have this code:
...
<Placemark>
<description>
<!CDATA[
<img src="imagens/X-FBugio.jpg" width="123" height="63"><br>
<b>Bugio</b><br>
<b>Lat:</b>38º 39,70' N<br>
<b>Long:</b>9º 17,85' W<br><br>
Local: Foz do rio Tejo/Forte de S.Lourenco<br>
Altura: 14 m<br>
Altitude: 28 m<br>
Alcance: 21 M<br>
Periodo: 5 s<br>
Luz: Verde - Lt 1s; Oc 4s<br>
Codigo Int.: 2126
]]>
</description>
<name>Bugio</name>
<Snippet/>
<Style>
<IconStyle>
<color>e5ffffff</color>
<scale>0.35</scale>
<Icon>imagens/X-Farolvd.gif</Icon>
</IconStyle>
<LabelStyle>
<scale>0.75</scale>
<color>ffffffff</color>
</LabelStyle>
</Style>
<Point>
<coordinates>-9.299030556,38.66052222,0</coordinates>
</Point>
<LookAt>
<longitude>-9.299030556</longitude>
<latitude>38.66052222</latitude>
<range>15000</range>
</LookAt>
</Placemark>
...
if I alter the image line to
<img src="
http://katzenstein.planetaclix.pt/imagens/X-FBugio.jpg" width="123" height="63">
it works weell, but it should (according the html rules) work the otherway.
If I change the server you can imagine that all references to this server must be changed to the other one.
I don't know if I am doing something wrong, or a bug, or a GE limitation.
All my images are in that folder (like the icon tag image).
Even so I will try to change the folder to «files» and see whats happen.
Tanks again
PedroK