I use firefox at work on windows to read the forums, and the icon does not show in the tab or URL bar. Can't remember if it shows at home in firefox (on kubuntu).
If you change the
to
then that should work (providing you actually create the png file 8)).
If you change the
Code:
<link rel="icon" href="/images/favicon.ico"/>
Code:
<link rel="icon" href="/images/favicon.png" type="image/png"/>
Comment