Results 1 to 3 of 3

Thread: address bar picture

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53
    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 ?

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    tehran,iran
    Posts
    53

    Smile

    Thank you very much...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width