favicon

Permabanned
Joined
22 Apr 2007
Posts
1,805
I've downloaded the PS CS3 plug in to make .ico files,

I've uploaded the ico file and altered the index.html with the <rel link> line, but the icon doesnt show.

Any ideas?
 
Site in question? Tried a shift + refresh on it?

Afaik, from what you've done it should work fine. :o
 
Last edited:
There's a plugin which adds .ico as one the formats when saving. It saves time changing extensions I guess. I've used it.
 
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

Sorry. Wasn't trying to "talk down on people" i was wondering if renaming it didn't do it right or something.
 
No its ok, I dont mind. I had thought that the file extension thing would work, but I was following a tutorial and it suggested it.

this is my code

<link rel="Shortcut Icon" href="favicon.ico">
 
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.
 
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.
 
My favicon.ico just sits in the same folder as index.html and works in Firefox, Opera on IE7.
 
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.
 
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.

It won't work for a lot of people... but use it anyway? :confused:

Adhering to standards is a good thing... but making a site that works for the most people possible has got to be the priority.
 
daz said:
but making a site that works for the most people possible has got to be the priority.

That's the thing, the site does work. A favicon is a design extra, it's not a necessity—so providing it the right way is not an issue despite some visitors missing out; not seeing it isn't the end of the world—principle is contextual. It's not as if I'm telling him to go ahead using a shatload of CSS3 causing the site to render incorrectly for many visitors, just as an example.
 
Back
Top Bottom