How to add a favicon in Blogger

What is a Favicon?
A favicon is a small 16X16 image located at the top of your browser in the url bar.
How to Change your Favicon
Now go to your blog and click customize. Then click the Edit HTML tab and search for "title" , this should be inside the header tags.You should find something like mentioned below.
<title><data:blog.pageTitle/></title>
Just after that line add the following line and enjoy the nice icon showing up before your url.
<link href="'your image url" rel="'shortcut" type="'image/x-icon'/">
Below is CPGrafix Favicon

<title><data:blog.pageTitle/></title>
Just after that line add the following line and enjoy the nice icon showing up before your url.
<link href="'your image url" rel="'shortcut" type="'image/x-icon'/">
Below is CPGrafix Favicon

Tags:
BloggerTips