Posts

Showing posts with the label favicon

Favicon icon in SharePoint 2010

Image
Copy the download image to your layouts folder C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IMAGES\CompanyName Find the below in your master page and replace the new icon url. <SharePoint:SPShortcutIcon runat="server" IconUrl="/_layouts/images/CompanyName/favicon.ico"/>

Add favicon icon to site

Add favicon icon to site In SharePoint if you need to add favicon, you can do so easily by using SharePoint Out-of-box control SPShortcutIcon. The following code snippet shows how you can set the favicon: <SharePoint:SPShortcutIcon runat=”server” IconUrl=”YourIconUrl”/>