PDA

View Full Version : How to put your own icon in the address bar!


LogicalDemise
11-28-2004, 08:18 PM
I actually just found out how to do this today and was amazed at how simple it really is. This icon, if you are using Internet explorer, will be displayed when you view it in the favorites menu and when you access it from the favorites menu. If you are using Mozillar Firefox or Opera, and a few other browsers, the icon will be displayed on every page within that site. The icon is known as a "favicon". It should be self-explanatory as to why it's called that.

Put this somewhere in your index.html or any other HTML file on your site:

<link rel="shortcut icon" href="/path/to/myfavicon.ico">

Hope you can use this!

abrie
11-28-2004, 08:59 PM
VERY NICE! I think i should go make one right away and try it out. :lol:

Soldier00
11-28-2004, 09:28 PM
we already had this topic u better look some or if u did look some more and here is the site to make favicon to upload it from ur comp and make : http://www.chami.com/html-kit/services/favicon/ then just download and use code that logical wrote and upload it to index peace

reid315
11-28-2004, 10:57 PM
and there was another link on DynamicDrive.com um... it was http://dynamicdrive.com/favicon/.
it does the same as above.

akshay
12-01-2004, 05:44 PM
ohk.. now i have the idea.. but i dont know wht kinda pic to use??? there are so many of em.. it should be like the trademark.. or logo.. of somekind.. so whould i create one for myself?? :(

LogicalDemise
12-02-2004, 12:12 PM
I would suggest making your own... the chances of you finding a pic that would look good that small without making it that small on your own are very slim.

chilipie
12-03-2004, 04:34 PM
<link rel="icon" type="image/x-icon" href="/path/to/myfavicon.ico">
I think it's better if you do it like this - the browser knows what kind of file it is, because you specify a MIME type.