How to Change Page Layout in SharePoint WSS Site - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T21:36:09Zhttp://stackoverflow.com/feeds/question/630676http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/630676/how-to-change-page-layout-in-sharepoint-wss-site0How to Change Page Layout in SharePoint WSS Site78lro2009-03-10T15:03:08Z2009-03-12T18:14:14Z
<p>Hi</p>
<p>In SharePoint WSS (not MOSS) how can I change the page layout for an existing page?</p>
<p>All the best</p>
http://stackoverflow.com/questions/630676/how-to-change-page-layout-in-sharepoint-wss-site/633989#6339890Answer by Henrique Zacchi for How to Change Page Layout in SharePoint WSS SiteHenrique Zacchi2009-03-11T10:29:57Z2009-03-11T10:29:57Z<p>You can always use <a href="http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx" rel="nofollow">SharePoint designer</a> to change an existing Aspx page.</p>
<p>What exactly do you want to change in a page?</p>
http://stackoverflow.com/questions/630676/how-to-change-page-layout-in-sharepoint-wss-site/634030#6340302Answer by marcus.greasly for How to Change Page Layout in SharePoint WSS Sitemarcus.greasly2009-03-11T10:47:23Z2009-03-11T12:30:59Z<p>On the page editing bar, select page settings from the page menu item. From there, you can select the page layout used in the same way you did when the page was created. All your data (text, webparts etc) should still remain in place. </p>
<p>Not sure what happens to web parts if the new page layout doesn't have corresponding zones though, so be careful there.</p>
<p><strong>update for WSS specific details</strong></p>
<p>WSS doesn't support page layouts (as they are known in MOSS) as they're installed as part of the web publishing feature in MOSS.</p>
<p>WSS pages are instanced off the aspx page <em>templates</em> defined in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\STS\DOCTEMP\SMARTPGS. </p>
<p>These are based off the site master page and are (effectively) standard aspx pages. You can't change the template that's used - the page exists on the site once it's created.</p>
<p>You can modify the page on the file system, and as long as the page isn't ghosted, all the pages using that template will be updated.</p>
http://stackoverflow.com/questions/630676/how-to-change-page-layout-in-sharepoint-wss-site/639841#6398410Answer by Andy Burns for How to Change Page Layout in SharePoint WSS SiteAndy Burns2009-03-12T18:14:14Z2009-03-12T18:14:14Z<p>Sharepoint designer is the best way of editting a page layout, or creating a new one. It's also the best way of creating/editting a master page too, if that's what you mean.</p>
<p>Note that in SharePoint designer you can also 'Detach' a Publishing Page from a Page Layout, so that you can change it's layout without affecting all pages using that page layout.</p>
<p>However, if you want to package these up for deployment across systems, you're looking at needing visual studio - or being really confident in NotePad!</p>