HOW TO
Instructions provided describe how to format hyperlinks in ArcMap to be displayed as active links in ArcGIS Explorer for Desktop.
![[O-Image] Show content](https://webapps-cdn.esri.com/CDN/support-site/technical-articles-images/000011756/00N39000003LL2C-0EM39000000wdPF.png)
![[O-Image]](https://webapps-cdn.esri.com/CDN/support-site/technical-articles-images/000011756/00N39000003LL2C-0EM39000000wdPD.png)
Note:
The default template includes code to create a link from information saved as website paths as well as relative paths with the \\ (UNC) format. If it is necessary to include a full path, such as to C:\, an additional code section must be added.
</xsl:when>
<xsl:when test="FieldValue[starts-with(., 'C:\')]">
<a target="_blank">
<xsl:attribute name="href">
<xsl:value-of select="FieldValue"/>
</xsl:attribute>
<xsl:value-of select="FieldValue"/>
![[O-Image] Add Full Path](https://webapps-cdn.esri.com/CDN/support-site/technical-articles-images/000011756/00N39000003LL2C-0EM39000000wdPH.png)
![[O-Image] Active Hyperlink](https://webapps-cdn.esri.com/CDN/support-site/technical-articles-images/000011756/00N39000003LL2C-0EM39000000wdP3.png)
Article ID: 000011756
Get help from ArcGIS experts
Start chatting now