|
-
Mar 5th, 2001, 09:28 AM
#1
Thread Starter
Member
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 ?
-
Mar 5th, 2001, 11:36 AM
#2
Hyperactive Member
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:
Code:
<LINK REL="ICON YOU JUST CREATED" HREF="http://www.YOUR_URL/YOUR ICON.ico">
That's about it.
-
Mar 5th, 2001, 01:24 PM
#3
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|