![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
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?
Усі відповіді (1)
Try to add a type.
See http://en.wikipedia.org/wiki/Favicon