How to create Page layouts in SharePoint 2010
-
Friday, April 13, 2012 4:55 AM
Hi All,
How to create page layouts in sharePoint 2010.
I want to create couple of webpart zones in layout page.
I know these steps
Site Collection > Site Actions > Site Settings > Master pages (Under the Galleries section). Then switch over to the Documents tab in the Ribbon and then click New > Page Layout.
Please let me know next steps
Thanks for advance
Durga
All Replies
-
Friday, April 13, 2012 5:18 AMOpen the page layout in SharePoint Designer and add as many web part zones as you need!
MCPD, MCITP, MCTS
-
Friday, April 13, 2012 5:47 AM
Here you go:
This is for a Wiki but the principal is the same.
http://www.dummies.com/how-to/content/create-a-new-page-layout-in-sharepoint-2010.html
I also have a couple of examples at my blog:
http://www.jasperoosterveld.com/2011/10/page-lay-out-with-three-webpartzones.html
http://www.jasperoosterveld.com/2012/02/page-lay-out-example.html
http://www.jasperoosterveld.com/2012/04/how-to-create-company-marketplace-part_04.html
Blog: www.jasperoosterveld.com Twitter: @SharePTJasper
- Proposed As Answer by Arun Kumar Arora Friday, April 13, 2012 6:36 AM
- Marked As Answer by Xue-Mei Chang-MSFTModerator Thursday, April 19, 2012 4:55 AM
-
Friday, April 13, 2012 5:53 AM
Please check this http://office.microsoft.com/en-us/sharepoint-designer-help/customize-a-publishing-page-layout-HA010174129.aspx?CTT=5&origin=HA010174128- Marked As Answer by Xue-Mei Chang-MSFTModerator Thursday, April 19, 2012 4:55 AM
-
Friday, April 13, 2012 6:21 AM
Open Your Site in SharePoint Designer. On Ribbon you will find Option named Web Part Page. Select Layout you want for your page from that option. and If you want to make your own layout you can do that by modifying the page in edit mode. Just add this code in your web part page to design your own page layout.
<td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" height="100%">
<WebPartPages:WebPartZone runat="server" Title="loc:CenterLeftColumn" ID="CenterLeftColumn" FrameType="TitleBarOnly"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone> </td>
Thanks
Amol,
(if helpful mark this as answer)
amol
- Marked As Answer by Xue-Mei Chang-MSFTModerator Thursday, April 19, 2012 4:55 AM
-
Friday, April 13, 2012 9:28 PM
Thanks.
Once I will save the page layout, It is not open in SharePoint Designer.
Please let me know.
Thanks,
Durga
-
Friday, April 13, 2012 9:29 PMThanks Jasper
-
Friday, April 13, 2012 9:30 PMThanks Amol

