Friday, February 12, 2010

WepPart Page with Quicklaunch

  1. Create a webpart page in SharePoint
  2. Download the ASPX File (with the “Send To” command)
  3. Edit the ASPX file with a editor
  4. 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>

  1. Delete this lines
  2. 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: