Does anyone know how to include a favicon for a web help site in the browser address bar and/or tab? My help files are hosted on a NAS server UNC path, not on a web site.
I've tried using the tag below in the webframe.html header to link to a favicon.ico file but the browser address bar and tab continue to display the default IE icon. I am using IE8.
<head>
<link rel="SHORTCUT ICON" href="file:///emfile0022c01/ndcdes$\DES41/DesHelp/favicon.ico"/>
</head>