In this article, we have learned how to Changing the FavIcon in SharePoint 2010.
But there is no favIcon for WSS 3.0 and MOSS 2007 by default. Then how to create favicon for the lower versions of the SharePoint. Here is the solution.
Steps:
1. Open the SharePoint site (WSS 3.0 or MOSS 2007) in SharePoint designer 2007
2. Edit the master page
3. Add the below tag before end of the HEAD tag in the master page
<link rel=”shortcut icon” href=”/SiteImages /favicon.ico” />
4. Now save the master page and Check in the page
5. Refresh the SharePoint page, you will see the FAVICON in the address bar of the SharePoint site.
To know more about:
1. What is favicon ?
2. Creating favicon
3. Use of favicon
Read this article.
But there is no favIcon for WSS 3.0 and MOSS 2007 by default. Then how to create favicon for the lower versions of the SharePoint. Here is the solution.
Steps:
1. Open the SharePoint site (WSS 3.0 or MOSS 2007) in SharePoint designer 2007
2. Edit the master page
3. Add the below tag before end of the HEAD tag in the master page
<link rel=”shortcut icon” href=”/SiteImages /favicon.ico” />
4. Now save the master page and Check in the page
5. Refresh the SharePoint page, you will see the FAVICON in the address bar of the SharePoint site.
To know more about:
1. What is favicon ?
2. Creating favicon
3. Use of favicon
Read this article.