How to Make a Website Browser Icon

2 replies
  • WEB DESIGN
  • |
How to Make a Website Browser Icon, the icon that shows up in your browser tab at the very top and also displayed in bookmarks.
#browser #icon #make #website
  • Profile picture of the author iSense
    Originally Posted by DURABLEOILCOM View Post

    How to Make a Website Browser Icon, the icon that shows up in your browser tab at the very top and also displayed in bookmarks.
    This icon is called favicon.

    Shortly:
    You need to create an image 16x16px and to upload it on your hosting (image folder) and after that to add this line in your index.html

    <link rel="shortcut icon" href="/images/specialicon.ico" type="image/x-icon" />

    You can read more about it there:
    Quick Tip: Adding a Favicon To Your Website
    {{ DiscussionBoard.errors[10848531].message }}
  • Profile picture of the author TaxMaster
    If you are using wordpress, there are a number of good plugins out there for doing so. Otherwise please check this one out I like it the best out of what I've used, it will convert any image into a favicon across all browsers and platforms

    {{ DiscussionBoard.errors[10848758].message }}

Trending Topics