Skrevet av Emne: How to get a custom shortcut icon for your web site  (Lest 2464 ganger)

ATC

  • Gjest
How to get a custom shortcut icon for your web site
« på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • Some web sites, like www.msn.net and www.yahoo.com shows a custom icon in the address bar when viewed with Internet Explorer 5 or higher.



    ATC

    • Gjest
    [Solved] How to get a custom shortcut icon for your web site
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • Upload an icon in the form of an .ico file, and add the following code to your HTML header section:

    <LINK rel="SHORTCUT ICON" href="path/to/your/own.ico">

    Editor and more detailed info can be found at http://www.favicon.com/