Quote:
Originally Posted by mariocaz
--------------- Added 14 Mar 2008 at 17:59 ---------------
I did a fix and now is working also in IE.
First I rename the icon file, instead of favicon.ico for example vbulletin.ico or whatever and then I upload the icon in the images folder of my forum and in the headinclude template i Put this code in the top.
Code:
<LINK REL="SHORTCUT ICON" HREF="/forum/images/XXXXX.ico" type="image/x-icon">
<LINK REL="SHORTCUT" HREF="/forum/images/XXXXXX.ico" type="image/x-icon">
And wow it works!!
I hope this help somebody ok.
|
Your little fix works great, thanks for the info!