View Full Version : Favicons
plattbridger
02-02-2004, 11:29 PM
This is a question I have never managed to get answered satisfactorily so this should be a short thread :p
Why are favicons so temperamental? They very rarely if ever show up, no matter what browser you use! What's the point!
Click here (http://www.favicon.com/) if you don't know what a favicon is
the architect
03-02-2004, 12:14 AM
they show up in your favorites menu and catch your eye. Webmasters are betting that they will increase hits on their site. The reson they don't work a lot is because the change the location of the .ico and don't change the code in the website. I personally got rid of favicons because of the hassle.
Ninja Duck
03-02-2004, 04:49 AM
Mozilla Firebird displays them just fine.
But how do you make one? Can someone please explain that?
l33t k1w1
03-02-2004, 06:06 AM
It's a 256 colour, 16x16 (and maybe 32x32) ICO file. You can make it in any graphics program, as long as it's named favicon.ico.
Then add this line in the <head> section of your HTML
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Dødens Knekt
03-02-2004, 12:03 PM
Originally posted by l33t k1w1
You can make it in any graphics program, as long as it's named favicon.ico.
does this mean I can do it with .gif files?
I have a program for making real .ico files, will those work better?
Originally posted by l33t k1w1
It's a 256 colour, 16x16 (and maybe 32x32) ICO file. You can make it in any graphics program, as long as it's named favicon.ico.
Then add this line in the <head> section of your HTML
i thought browsers just looked in the root directory of your site for favicon.ico?
plattbridger
03-02-2004, 01:01 PM
Originally posted by l33t k1w1
It's a 256 colour, 16x16 (and maybe 32x32) ICO file. You can make it in any graphics program, as long as it's named favicon.ico.
Then add this line in the <head> section of your HTML
i thought the html was just
<link rel="shortcut icon" href="favicon.ICO">
:confused:
wyrd_fish
03-02-2004, 04:49 PM
Originally posted by ash
i thought browsers just looked in the root directory of your site for favicon.ico?
i too thought this, i even got it to work like this once...
Lewiji
03-02-2004, 05:32 PM
I think it depends on the server. I think Apache/Linux servers check for favicons and send them across, but Windows don't. Or something like that.
wyrd_fish
03-02-2004, 05:35 PM
serves em right...
woo apache
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.