How To Display Favicon in Internet Explorer

By zaTechno | Saturday, October 20, 2012


A Favicon is a little custom icon that appears next to a website's URL in the address bar of a web browser. They also show up in your bookmarked sites, on the tabs in tabbed browsers, and as the icon for Internet shortcuts on your desktop or other folders in Windows. And when I say little, I mean 16 pixels by 16 pixels. So if you like a good design challenge try your hand at this one.

All you need to add a Favicon to your site is a Windows Icon (.ico) file usually called favicon.ico that you upload to the main directory of your website. Nowadays, most browsers besides Internet Explorer can use a GIF (including animated ones) or PNG (including full transparency) instead. But since all browsers including IE understand the .ico format, and because it's got a lot of intriguing features that GIFs and PNGs don't, read on to find out how to make one.


1. Log in to your dashboard--> layout- -> Edit HTML
2. Click on "Expand Widget Templates"
3. Search below code [Ctrl+F]



<head>

4. Paste below code after <head>
and change http://zatechno.blogspot.com/favicon.ico according your image address
<link href='http://zatechno.blogspot.com/favicon.ico' rel='shortcut icon' type='image/x-icon'/>




0 comments :

Post a Comment