Hi all,

First time, so I hope format is ok.

I have set up a popup function for a kml layer and it works fine, only problem is the href does not show:
http://www.rivernet.org/bigjump/bigjumpmap.htm. funny thing is emailto works fine. 
code of one of the placemarks in the kml file: 
<Placemark>
<name>Amsterdam</name>
<description>&lt;div class=&quot;markerLabel&quot;&gt;&lt;div class=&quot;address&quot;&gt;Amsterdam, Pays-Bas&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;l&quot;&gt;Address:&lt;/span&gt;&amp;nbsp;Strand Blijburg&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;l&quot;&gt;Zipcode:&lt;/span&gt;&amp;nbsp;1000&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;l&quot;&gt;Nr:&lt;/span&gt;&amp;nbsp;25&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;l&quot;&gt;Keywords:&lt;/span&gt;&amp;nbsp;BIG JUMP EVENT&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;l&quot;&gt;Organiser:&lt;/span&gt;&amp;nbsp;soon, bientot,demnächst&lt;/div&gt;&lt;/div&gt;<p><a href="http://www.bigjump.eu/locaties.htm" target="_top" rel="nofollow" link="external">http://www.bigjump.eu/locaties.htm</a></p></description>
<Point><coordinates>4.8909347,52.3738007,0</coordinates></Point>
<styleUrl>#1</styleUrl>
</Placemark>

code of the ol file (classic)
            var popup = new OpenLayers.Popup.FramedCloud("chicken", 
                feature.geometry.getBounds().getCenterLonLat(),
                new OpenLayers.Size(200,300),
                "<h4>"+feature.attributes.name + "</h4>" +  "<div style="font-size:.90em; font-weight: normal">"+ feature.attributes.description + "</div>",
                null, true, onPopupClose
            );

Anybody got an idea?

thanks in advance Bernd
<br><hr align="left" width="300">
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/href-in-kml-popup-tp5238243p5238243.html">href in kml popup</a><br>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Users-f1822463.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br>