Creating favicon.ico file

Soldato
Joined
17 Nov 2004
Posts
10,103
Location
The Republic
Im creating a new website and I want to have a favicon.ico in the address bar for it. I have tried to create it in Photoshop however there isn't an option to save as .ico file. Any suggestions on a suitable programme ?

Loki
 
Does that just go into root directory and is there any special code that needs doing for it to be displayed ?

Im using Joomla for the website
 
Put this along with other meta data (ico file in root)

Code:
<link REL="SHORTCUT ICON" HREF="http://mydomain.com/favicon.ico">
 
seek said:
i added one to a site - it works in firefox but not in IE. what might be the problem? :confused:
if I.E. already has one (even if it is the default .ico) the user must clear cache before they will see the new one.
 
Back
Top Bottom