How to display Favicon on all Browser

How to display Favicon on all Browser

Favicon is Favorite Icon usually display in Navigation bar/ RL bar in a web browser. But when the problem it does not appear in our blog all the web browser.For example in the web browser Mozilla Firefox Favicon we emerged is display nice but when we use the Google Chrome Web Browser Favicon did not emerged as the display is the icon of Blogger.com.


Follow these steps below:

1. Login to your account blogger
2. Go to Dashboard click Design --> Edit HTML
3. Expand the Template Widget
4. Find this code " <b:skin><![CDATA[ " using (CTRL + F)
5. paste this code below:

<b:skin><![CDATA[
<link href='Image.png' rel='shortcut icon' type='image/vnd.microsoft.icon'/>

Note: replace "image.png with your image url and put above code " <b:skin><![CDATA[ "

6. Save Template.