Tuesday, September 13, 2011

SharePoint Webpart Page with quick launch

With SharePoint 2007 all you needed to do was edit the page in SharePoint Designer and remove the following 2 lines:

< asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server">
< asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server">

With SharePoint 2010 you also need to delete the following:

< style type="text/css">
body #s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px;
}



Thanks To the author @

http://pscave.blogspot.com/2010/10/show-quick-launch-on-sharepoint-2010.html

No comments:

Post a Comment