I have a description inside my KML for all my shapes,
And I’m trying to add a live link that represents the shape location on our network
So I can just click on the link and open the location for the specific shape,
Im using the following html tag [as an example]
<tr>
<td>Link:</td>
<td><a> href="C:\Users\Name\Downloads"></a></td>
</tr>
This shows the link but without the hyperlink beneath it,
Does anyone know why?