Add an Icon to URL

How about giving personal feel to the url of your website by changing icon of your site url.

Wanna try it...Follow below given steps:

1. Create an icon file with the name "favicon.ico" or find and ico file in you system and rename its copy for your use. Make sure the size should be 16 X 16.
2. Now add this file in the root of your website.
3. And add following 2 lines in the head section of your website's home page but if you are using master page in your website then add these line in the master page's head section and it will be displayed for every web page of your site.

< link rel="icon" href="favicon.ico" type="image/ico" / >
< link rel="SHORTCUT ICON" href="favicon.ico" / >

Thats it...

Now open your site in new browser window and see the effect.

No comments: