Add Favicon To Blogger
First you need to create a neat favicon from this site : http://tools.dynamicdrive.com/favicon/
After you've created a neat favicon, it's time to add it to your site. To do so, follow the below simple procedure:
Upload the generated file ("favicon.ico") to your site. Verify it's there by typing http://mysite.com/favicon.ico in the browser's location, where "mysite.com" is your site's address.
Next, insert the below code in the HEAD section of your pages, at the very least, your site's main index page:
<link rel="shortcut icon" href="/favicon.ico" />
example of complete coding:
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<link rel="shortcut icon" href="/favicon.ico" />
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: K2
URL: http://www.geckandfly.com
Updated by: http://www.blogcrowds.com
Support: http://www.blogcrowds.com
----------------------------------------------- */
That's it! Note that your favicon may not appear immediately after you've completed the above two steps. In fact, it may take a few days, and in IE, sometimes the favicon will disappear from time to time due to a browser bug.
0 Comments:
Post a Comment
Drop Your Comments and Suggestions Here!!!