- Create a webpart page in SharePoint
- Download the ASPX File (with the “Send To” command)
- Edit the ASPX file with a editor
- Find this lines:
<asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>
- Delete this lines
- Upload the ASPX file
It's working.
To use this webpart page you can create a content type and bind this content type to a doc lib.
No comments:
Post a Comment