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

Thursday, July 26, 2012

Add Favicon to Blogger

Firstly go to the  Template tab then go to “Edit HTML” and click "Proceed". Then you will see the HTML editor box where you have to search or find these code:
It presents in top of the code therefore it is easy to find.

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

Below that line copy and insert the following code:-

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

Type or replace your favicon url in “URL of your icon file”.

Save the template.
Now Refresh you blog you will see your favicon instead of blogger.

For other format of image:
If you have a PNG format image, then insert this link:-

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

If it is a GIF format image, then insert this link:-

<link href='URL of your icon file' rel='shortcut icon' type='image/gif'/>

 

© 2013 TechSansar. All rights resevered. Designed by Templateism

Back To Top