HTML <link> tag not working in Firefox 3.6.3 to display icon on address bar.
I've got the following line of HTML on my web page:
<link rel="shortcut icon" href="favicon.ico"/>
it should display favicon.ico next to the address bar. It does this on IE and on Firefox when I test locally but not on Firefox when I test online. All files are in correct places but still no joy. Where did I screw up?
I've got the following line of HTML on my web page:
<link rel="shortcut icon" href="favicon.ico"/>
it should display favicon.ico next to the address bar. It does this on IE and on Firefox when I test locally but not on Firefox when I test online. All files are in correct places but still no joy.
Where did I screw up?
All Replies (1)
Try to add a type.
See http://en.wikipedia.org/wiki/Favicon