Fixing The Favicon In Blogger
I was working on my video game blog together with a graphic artist and I was trying to integrate the Favicon I asked of him. I had the basic code for the favicon which is
<link href='http://myimagehost/myfavicon.png' rel='shortcut icon'/>
<link href='http://myimagehost/myfavicon.png'' rel='icon'/>
It appeared for a little while and then the old Blogger favicon re-appeared. I tried experimenting by putting my favicon code just before the closing header (i.e. </head>)
It worked!
I didn't know why until I found this in the HTML source code...
<link href='http://www.blogger.com/favicon.ico' rel='icon' type='image/vnd.microsoft.icon'/>
Now I have a nice looking favicon for Game Rumble. :)