Hi
In SharePoint WSS (not MOSS) how can I change the page layout for an existing page?
All the best
Hi
In SharePoint WSS (not MOSS) how can I change the page layout for an existing page?
All the best
You can always use SharePoint designer to change an existing Aspx page.
What exactly do you want to change in a page?
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.
Not sure what happens to web parts if the new page layout doesn't have corresponding zones though, so be careful there.
update for WSS specific details
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.
WSS pages are instanced off the aspx page templates defined in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\STS\DOCTEMP\SMARTPGS.
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.
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.
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.
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.
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!
My page settings page showing only one page layout then how can i choose different one? Why settings page showing only one page layout?