PDA

Click to See Complete Forum and Search --> : address bar picture


toraj
Mar 5th, 2001, 08:28 AM
Hi,
How can I change address bar icon ( The small icon before site address in internet explorer address bar )

Can I do it with scripts or it has another way ?

compuGEEK
Mar 5th, 2001, 10:36 AM
It's called 'FavIcon'. It happens when you bookmark a site.

All you do is create either a 16x16 or 32x32 image, save it as an icon and then add a line like this between the <head> and </head> tags:



<LINK REL="ICON YOU JUST CREATED" HREF="http://www.YOUR_URL/YOUR ICON.ico">



That's about it.

toraj
Mar 5th, 2001, 12:24 PM
Thank you very much...