Tuesday, May 6, 2008

Web site logo in address bar and in the favorites list for SharePoint 2007 site

You may notice when you browse site it shows small icon on address bar with url of site.Its very easy to implement web site logo in simple web sites.
To enable this in Sharepoint 2007 we need to do following steps.

1. Make logo for the site, size should be 16x16 pixels i.e logo.ico

2. Drag this icon file to the images folder of the site using Sharepoint designer.

3. Now open master page of the site and add the following line to Master Page at the bottom of the head section right before the tag </head>

<link href="/images/logo.ico" rel="shortcut icon"/>


Now check-in and publish master page.

Hope it helps..