Web Hosting Talk







View Full Version : Favicon not working for Explorer


ASTRAPI
05-23-2009, 09:26 PM
Hello

I was a favicon in my site:

<link rel="icon"
type="image/png"
href="http://www.mydomain.com/favicon.png">

And is working great for firefox but not in Explorer :(

Any ideas?

zoticaic
05-23-2009, 09:53 PM
Should be
<link rel="SHORTCUT ICON" href="http://www.mydomain.com/favicon.ico" />

And it should be a valid Icon resource ".ico".

ASTRAPI
05-23-2009, 11:17 PM
is not possiple to use a png in Internet explorer?

AquariusStorage
05-23-2009, 11:35 PM
is not possiple to use a png in Internet explorer?

A FavIcon needs to be saved in the .ico format.

A FavIcon generator that comes to mind can be found here:
http://tools.dynamicdrive.com/favicon/

You can also find more by doing a search in Google for favicon generator.

ASTRAPI
05-24-2009, 03:38 PM
ok thnaks :)