Thursday, June 9, 2011

How to generate favicon and add to your site?

You may wondering how to add small picture shown beside your website link of your browser and i will share you how to to this....

1. Go to favigen.com
2. Follow instructions.
3. Upload your favicon to hosting files
4. Add your favicon to your site

Using the html code "link href"

<link href='http://LINKofYOURfaviconPic' rel='shortcut icon' type='image/x-icon'/>

Put the above code inside the HTML HEAD tag and below the HTML TITLE tag

Below is example of generated favicon.


You can also have an animated favicon using this site: http://www.animatedfavicon.com/

brought to you by: http://infotechnolozyx.blogspot.com/

No comments:

Post a Comment