Zis is vart i vas tinking!Erm, a favicon is just a 16x16 24bit bitmap (bmp) with the extension changed, no plugins needed.![]()
Erm, a favicon is just a 16x16 24bit bitmap (bmp) with the extension changed, no plugins needed.![]()
<link rel="shortcut icon" href="favicon.ico" />
you just make a bmp then rename the extension .ico Why do you need plugins?
becuase that isn't obvious and can't be worked out for yourself. nice to see the amount of people in this part of the forum that talk down to people because they don't know something that isn't obvious
is the favicon image is in the same folder as index.html? afaik you don't actually need to have a link to the favicon in the header as if favicon.ico is in the root folder the browser will find it automatically and add it as the favicon for that site.
I think that only works in IE. not sure though.
I think that only works in IE. not sure though.
Use a PNG. .ico's proper MIME type is image/vnd.microsoft.icon, when the general type used by most people when embedding it into HTML is image/x-icon. It won't work in <=IE6 (unsure about 7), but it's the correct method.
daz said:but making a site that works for the most people possible has got to be the priority.