How do you get that little icon to show by the tab of a web site?
You know, up there at the top, by the URL or page title. Many now have a unique icon (the fluther jellyfish marks this tab). How do you get your blog or site to display that way?
Observing members:
0
Composing members:
0
7 Answers
If you have your own site you can add an image file (usually 16×16 or 32×32 pixels) with the extension .ico to your root directory. You can use any photo editing program to make and save the image (name it favicon.jpg) and just right click the saved file and rename the extension to .ico
It is a 16X16 image called: favicon.ico
You add something like this in the <head> section of your HTML.
<link rel=“shortcut icon” href=“http://www.whatever.com/images/favicon.ico” />
Replace the path of the image with yours.
Microsoft Internet Explorer is infamous for not supporting the GIF, PNG, or JPG variants that other mainstream browsers do.
So, if you want the a favicon that supports the largest possible number of browsers, you’ll still need to create it in classic .ico format.
And if you need some software with which to convert an existing file, you can use @icon sushi, for example.
IE can fuck off and die.. </bitter>
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.