Favicon for picture with any types of picture
Step 1 : Login to your blogger account. Go to Layout > Design > Edit HTML Step 2 : Search for <head> and add the followin...
https://iskablogs.blogspot.com/2011/06/favicon-for-picture-with-any-types-of.html
Step 1: Login to your blogger account. Go to Layout > Design > Edit HTML
Step 2: Search for <head> and add the following just after it:
<link href='http://goo.gl/UouGx' rel='icon' type='image/vnd.microsoft.icon'/>
<link href='http://goo.gl/UouGx' rel='shortcut icon' type='image/x-icon'/>
<link href='http://goo.gl/UouGx' rel='icon' type='image/x-icon'/>
Step 3: You see "http://goo.gl/UouGx" change it with your favicon url
Good Luck
Code1K