Quote:
Originally Posted by bernie
A qustion on Favicon.
It does not work on a local machine. Is this as a result of some www service etc. needing to be enabled on the local machine? Just curious, would be nice to test locally before uploading.
That's pretty much the issue. If you had an intranet, you could test it out there. Also, you could try the absolute local path to the favicon in a:
HTML Code:
<link rel="shortcut icon" href="http://url/favicon.ico">
tag, then
some browsers (FF and Opera, at least) may show it, example of an absolute local path:
HTML Code:
<link rel="shortcut icon" href="file://localhost/C:/webstuff/test/favicon.ico">
Bookmarks