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 ?
Printable View
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 ?
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:
That's about it.Code:
<LINK REL="ICON YOU JUST CREATED" HREF="http://www.YOUR_URL/YOUR ICON.ico">
Thank you very much...