Home > SharePoint OOB (Page 3)

Difference between Block and inline level elements

Nearly all HTML elements are either block or inline elements. The characteristics of block elements include:Always begin on a new lineHeight, line-height and top and bottom margins can be manipulatedWidth defaults to 100% of their containing element, unless a width is specifiedIgnores the vertical-align propertyInline elements on the other hand have the opposite characteristics:Begin on the same lineHeight,

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-673f2c74e6081593467945/]2. Page Layout:Add below code after <!--ME:</Publishing:EditModePanel>--> tag in your Page Layout[crayon-673f2c74e6087172972168/]3. Pages: Add below code after <!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">--> tag in Page[crayon-673f2c74e608a128871779/]  

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

How to hide the folder from user using SharePoint Permissions

Select the folder to which you want to hide from other usersClick on the “…” next to the folder nameClick on the “…” under the folder details popupClick on “Shared with”Click on Advanced linkClick on Stop Inheriting Permission under Permission from SP RibbonSelect all the user to which you want

This Article is TAGGED in , , , . Read more