0
Posted on 3:59 AM by prajeesh and filed under ,
while browsing have you seen an icon before url like the following image ,this is called favorite icon,you can also give special icon for your website.this helps users to identify your website easily from favories of your web browser.





in this post i would like to briefly explain how to
give favorite icon to your website.
first you need to create an icon (
.ico) file of your logo for creating .ico files lot of free tools are available
in web one of them is
Pixel Toolbox ,after
creating .ico file,upload the file into server,you can upload the file into root
folder of your server folder or in a special folder like images,icons..etc.after
uploading insert the following code between <head> and </head> tags of your web page


<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />

change favicon.ico with your file name
enjoy.







Shout it kick it on DotNetKicks.com
0
Responses to ... How to create favourite icon for your website?