Home > SharePoint online (Page 2)

How To Enable Site Assets library in SharePoint Site?

Recently i face problem where i found Site Assets library is missing in site content. I found a simple solution to get Site Assets Library by activating Wiki Home page Feature under Site Features. To enable Site Pages and Site Assets Go to Site Settings > Manage site features and click

This Article is TAGGED in , , , . Read more

How to add CSS link to master page, page layout and page in Sharepoint publishing sites

How to add CSS link reference to Master Page, Page Layout, Page in a Sharepoint Publishing site?1. Master Page: Add the following code inside <head> tags[crayon-67b9701885f2a139092995/]2. Page Layout:Add below code after <!--ME:</Publishing:EditModePanel>--> tag in your Page Layout[crayon-67b9701885f2f954872082/]3. Pages: Add below code after <!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">--> tag in Page[crayon-67b9701885f32179346521/]  

This Article is TAGGED in , , , , , . Read more