Create Favicon for your Blog


Favicon is an icon image shown on the address bar when you open any link.Favicon is an acronym for Favourite icon,also known as Pageicon and URLicon.

Favicon makes your blog unique and if someone has bookmarks your blog,it easy to find from your Favicon.You can create your favicon using Photoshop or Favicon generators.

Your Favicon should be of a ico,png or a gif image and having a size 32x32 pixels or 16X16 pixels.Now go to your Blogger Dashboard,Layout,go to "Edit HTML".Search for

<title><data:blog.pageTitle/></title>

Copy and paste this code below

<link href='Your icon file URL' rel='shortcut icon' type='image/vnd.microsoft.icon'/>

If your icon is in a .png format then copy the code given below

<link href='Your icon file URL' rel='shortcut icon' type='image/png'/>

If it is a .gif image

<link href='Your icon file URL' rel='shortcut icon' type='image/png'/>

Replace "Your icon file URL" with the your URL.Preview your template and see if it works and after that save your template.

0 Comment "Create Favicon for your Blog"

Post a Comment