Wednesday, April 5, 2017

Adding New Custom Themes in SharePoint 2013

<SharePoint:CssRegistration ID="CssRegistration1" Name="Themable/corev15.css" runat="server" />
<SharePoint:CssRegistration ID="CssRegistration2" Name="/Style Library/css/customized.css" runat="server" After="corev15.css" />


No comments:

Post a Comment

SharePoint List Attachment Field Validation through Info Path

1.) Create a field in addition to the attachments field. In my case, I called the field I created Attachment Validation. 2.) Drop your f...