bernie
04-20-2007, 06:11 AM
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.
Bernie
jscheuer1 Replied
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:
<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:
<link rel="shortcut icon" href="file://localhost/C:/webstuff/test/favicon.ico">
Bernie
jscheuer1 Replied
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:
<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:
<link rel="shortcut icon" href="file://localhost/C:/webstuff/test/favicon.ico">