Home > CMS- Content Management System > Sharepoint (Page 11)

Problem with ampersand(“&”) in anchor tags.

There is a common error occurs when including a URL which contains an ampersand ("&"):<!-- This is invalid! --> <a href="foo.cgi?chapter=1&section=2&copy=3&lang=en">...</a>This example generates an error for "unknown entity section" because the "&" is assumed to begin an entity reference. Browsers often recover safely from this kind of error, but real problems do occur in some

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

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