Name: Create a FavIcon for your blog

Added by: Michael

Properties:

Want to stand out from the crowd ? Use favIcon :)

What is FavIcon ?



Here is the defination from wikipedia

"A favicon (short for 'favorites icon'), also known as a website icon, page icon or urlicon, is an icon associated with a particular website or webpage. A web designer can create such icons in several ways and many recent web browsers can then make use of them. Browsers that support them may display them in the browser's URL bar, next to the site's name in lists of bookmarks, and next to the page's title in a tabbed document interface. Some operating systems, like Windows, will also often use the favicon for Internet shortcuts to sites placed on the desktop or in other directories ..."


Here is an example for this

blogger favicon

How can we change it



So simple :)

1. Go to your Template / Theme Editor
2. Create this line in the <head></head> section.

<link href='http://www.yourdomain.com/favicon.jpg' rel='shortcut icon'/>


"http://www.yourdomain.com/favicon.jpg" is the image url. You can change it with your own image url.

3. Save your template and DONE.