Sunday, March 01, 2009

How to show image logo of your site?

Hello friends,
You have seen this website the like www.google.com, www.Yahoo.com, www.rediff.com,www.asp.net and many more provide a logo in the address bar or we can say website logo.
If you don't know how to use it you are much excited how this thing is done. First I will tell you that particular icon is called "Favicon" in technology term.
A favicon is an icon image which you can create from many Site or your own also.
Many sites provide favicon generator for example: - http://tools.dynamicdrive.com/favicon/
On this website just upload your image files and creates your favicon.
Once you done with favicon, then next thing is how to use that favicon so not to worry in that case also it is very simple just copy paste below lines and replace with your favicon icon path.
<
link id="Link1" runat="server" rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
< link id="Link2" runat="server" rel="icon" href="favicon.ico" type="image/ico"
/>

In the above line just replace the path and include this in your header same like CSS.
So enjoy with your site icon.
Thanks
Rajat Jaiswal