Click to See Complete Forum and Search --> : Put an icon in the URL box.
latin.developer
03-27-2005, 08:22 AM
Hi.
How can i do to put an icon in the URL box in the browser? like webdevelopers do. I mind, "ICON http://webdevelopers.com".
Thank
BonRouge
03-27-2005, 08:31 AM
http://www.thesitewizard.com/archive/favicon.shtml
the tree
03-27-2005, 08:33 AM
The common term for what your refering to is favicon although browsers like it to be called shortcut icon.
Open up your favorite image editor and make an icon, that is 16 pixels high and 16 pixels across, no more: no less.
If you can, save it as an icon file (with the .ico extension), if not then GIF will do (.gif extension).
Insert the following into the head of your document
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" >
If you are using a .gif then change the type to: "image/gif"
rhsunderground
03-28-2005, 10:37 AM
you can also visit http://www.chami.com/html-kit/services/favicon/ where they have an online favicon maker, which will take your image and transform it into a .ico image.
MstrBob
03-28-2005, 12:22 PM
Hi.
How can i do to put an icon in the URL box in the browser? like webdevelopers do. I mind, "ICON http://webdevelopers.com".
Thank
You might want to note that Internet Explorer is a bit buggy with this. They disabled it or something in a security "fix". I think only bookmarked websites will have their favicon displayed.
js_prof_cons
03-28-2005, 05:15 PM
You might want to note that Internet Explorer is a bit buggy with this. They disabled it or something in a security "fix". I think only bookmarked websites will have their favicon displayed. Security fix. If that's what they consider a security problem they've got a lot of work to do. I respect the corporation from how it has grown, but is that the only hole they could find? I found more in just a few minutes.