Click to See Complete Forum and Search --> : [RESOLVED] favicon / Bookmark Icon


HanneSThEGreaT
October 31st, 2006, 07:36 AM
Hello guys!

I'm planning to include an icon for my website, so that when people (if they hopefully..) save my page as a Bookmark / Favourite, it will display the icon next to it.

This is what I've done (on every page)
<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon" />

It does not work - it still only shows the normal Internet Explorer icon.

Any advice ¿

PeejAvery
October 31st, 2006, 08:53 AM
Some browsers don't like just one line. Put both the following in between your <HEAD> tags. If that doesn't work, double check your directory paths. By putting an image there and linking to it.

<link rel="icon" href="/misc/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon">

EDIT: Also note that some hosting services have the favicon disabled. If this is the case, you will have to talk to your provider.

HanneSThEGreaT
October 31st, 2006, 09:10 AM
Thanx paul, I'll give that a try..

Give me 10 minutes... :)

PeejAvery
October 31st, 2006, 09:27 AM
Give me 10 minutes... :)
I will be here.

HanneSThEGreaT
October 31st, 2006, 09:33 AM
OK, call me stupid guys :blush:

the problem was this :
/misc/favicon.ico

Of course it will not work Hannes! What's wrong with you¿

That aside, I have a misc folder in my site, now the funny part is that the stylesheets are also stored in there, but I refer to them like :
misc/ncc.css

Obviously I need glasses!

Thanx Paul! :thumb:

PeejAvery
October 31st, 2006, 09:38 AM
Glad you solved it. Looking forward to seeing the site.