Hi
After quite a few days I have added anew feature to the Site. A favicon for the Website. The Icon gives an Identity to the site. A favicon is that little icon beside a URL in the address bar of your browser.
You can already see the in the Title and address bar. It was fairly simple. Create an .ICO file. The ico file will be the icon. Add a small code to the header of the site. As I am using the Master page this was fairly easy. All I had to do was add a tag in the HEAD section of the master page.
<link REL="SHORTCUT ICON" HREF="iconName.ico">
The size of the icon should be 16 * 16 and should be saved (you should be keeping the icon file) in the root of the application.
He Icon also works with IE7 ad Firefox. Hence no problem with different browser also
Hope you like the Icon
Thanks
Vikram
P.S. Not to forget to thank Farghana for her help in creating the icon for the site.