Thursday, December 9, 2010

How to show the icon of your site in the browser tab

Add the following code in the head tag of your page

<link rel="icon" type="image/png" href="Image/logo.jpg" />

If using master pages then write this in the head tag of master page