Most professional websites load up an icon when some page loads and a favourite icon is also seen when the page is added to the favourites/bookmarks list.
Do the following to create a favourite icon for your blog (or site)
- Login to blogger and open the template to edit it.
- In the top of the blog, within the <head> </head> tags, add the following code
- Shortcut Icon: the icon shown when a shortcut to the page is created: <link rel="shortcut icon" href="http://urloficon.ico" />
- Icon: Shown in the address bar, or tab (in firefox/opera) <link rel="icon" href="http://urloficon.ico" />
- Make sure the head tag is closed
- Click on 'Save Template Changes' button
- Click on either 'Republish Index only' or 'Republish Blog' button.