Showing posts with label blogger favicon. Show all posts
Showing posts with label blogger favicon. Show all posts

Sunday, August 9, 2009

Add a Custom Favicon to your Blogger Website


  • Find a picture that you like on the internet that's fairly simple and represents your site.
  • Log In
  • Layout
  • Edit HTML
  • Download Full Template (Optional)
  • Ctrl+F and search for: </head>
  • Directly above it paste this HTML code:
    <link href='YOUR-FAVICON-URL' rel='shortcut icon'/>
    <link href='YOUR-FAVICON-URL' rel='icon'/>

  • Paste your image's URL where it says YOUR-FAVICON-URL both times.
  • Save Template
  • NOTE: Usually the favicon is best seen when viewed in the Mozilla Firefox web browser.