That Little Icon In The Address Bar

I'm going to develop a web page, and on some pages, near the Address Bar (sorry, I use IE) instead of the little web page icon, I see a little image like a logo or otherwise. Aqua-Soft even has one. Does anyone know how to incorporate that into a web page?

Adam

#116144

Google for favicon

#116163

To elaborate on Gill's answer, just make an icon, and put it in the root directory of the website and name it favicon.ico

#116186

Originally posted by wizard@Feb 19 2004, 01:31 AM

To elaborate on Gill's answer, just make an icon, and put it in the root directory of the website and name it favicon.ico

a 16x16 icon for preference.

#116305

it's very simple although IE doesn't like them!

#116360

Ok, here's the complete solution.

Create a 16*16 icon, favicon.ico, and put it somewhere in your site (let's assume the /images directory).

In the head of each page you would like to use that favicon, you then add the following link:

<link rel="icon" href="../../unavailable.html" type="image/x-icon" />

#116423

/hugs Stevie BM

/Stevie BM pushes me to the floor... "what the hell is wrong with you man!"

i've wondering how to do this.. and couldn't be bothered to search as it wasn't a major feature i wanted :P

#121068