How to Change Page Layout in SharePoint WSS Site - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T21:36:09Z http://stackoverflow.com/feeds/question/630676 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/630676/how-to-change-page-layout-in-sharepoint-wss-site 0 How to Change Page Layout in SharePoint WSS Site 78lro 2009-03-10T15:03:08Z 2009-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#633989 0 Answer by Henrique Zacchi for How to Change Page Layout in SharePoint WSS Site Henrique Zacchi 2009-03-11T10:29:57Z 2009-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#634030 2 Answer by marcus.greasly for How to Change Page Layout in SharePoint WSS Site marcus.greasly 2009-03-11T10:47:23Z 2009-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#639841 0 Answer by Andy Burns for How to Change Page Layout in SharePoint WSS Site Andy Burns 2009-03-12T18:14:14Z 2009-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>