|
You might also find this little snippet of HTML handy, put it in the HEAD of your document and it makes it very clear which icon you should use. Not sure if this will choose other icons if you edit the code for them, maybe thats something worth trying for the future - particularly if you have several different sections of a site.
<link rel="SHORTCUT ICON" href="http://websiteowner.info/favicon.ico">
Obiviously you should change the URL to reflect the icon you want to use for the page.
|