Tuesday, 13 October 2015

How to link a custom CSS file from SharePoint custom master page?


A custom style sheet can be referred like this from a custom SharePoint master page :

<SharePoint:CssRegistration ID="CSSRegistration1"
Name="/sites/customteamsite/Style%20Library"/folderName/customStyles.css"
After="Theameable/corev15.css" runat="server" EnableCssTheaing="false" />



How to link a custom CSS  file from SharePoint custom master page?

No comments:

Post a Comment