When you create a
webpart page on SharePoint 2010 by default it will not have the quick launch will
vanish.
All you needed to do is edit the page in SharePoint Designer and remove the following lines:
< asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server">
< asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server">
All you needed to do is edit the page in SharePoint Designer and remove the following lines:
< asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server">
< asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server">
You also need to delete the following:
< style type="text/css">
body #s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px;
}
Done. Now refresh the page and the quick launch will now display on the web part page.
< style type="text/css">
body #s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px;
}
Done. Now refresh the page and the quick launch will now display on the web part page.
0 comments:
Post a Comment