Create new Layout
David Buchanan says:
If I copy an existing Layout can I then rename it and have it added to the list of available layout styles to choose from on new pages created? And will the original Layout remain unchanged?
I need to create a Layout page for a shopping cart (softseller) to redirect to for purchases for downloads from my site and I want to create one page with their script in the <head>
Posted at 12:55 AM on October 31, 2009
If I copy an existing Layout can I then rename it and have it added to the list of available layout styles to choose from on new pages created? Yes
And will the original Layout remain unchanged? Yes
Another option would be to add your script to the current layout with a conditional so that it only shows for one page. Here's an example:
<script editme="if page.name=='SomePageName'" type="text/javascript"><![CDATA[
// script goes here
]]></script>
Here's a new blog post that covers the details of testing different layouts and style sheets (how timely!): http://www.editme.com/HowToTestChanges
Cheers,
Matt
Posted at 2:48 PM on October 31, 2009
