How to repeat template layout in new pages?

I want to make a very simple storyboard layout with three rows dividing the page horizontally and one vertical line a third of the way from the left margin.
I did this and saved it as a template but the layout only shows up on the first page.  If I add a page before or after the page with the layout, Pages gives me a blank page.
I would like the layout to repeat each time I add a page.  Is this possible? If so how?
Cheers,

Section Masters have static uneditable items on every page, really just watermarks.
I take this back. It won't work in Layout mode documents but in Word Processor documents:
1. Add a vertical rule with the Shapes tool.
2. Add either 3 text boxes or a 3 row table
3. Select all the above: Menu > Arrange > Section Master > Move Objects to Section Master/Make Master Objects Selectable
4. Insert a Section Break on each page. It has to be a Section break otherwise editing the Master Objects will repeat on previous pages.
This has been always the absolute worst part of Pages 5 and I really can't figure out how anyone at Apple thought this was good design.
This was all resolved 30 years ago in PageMaker, Ready-Set-Go, and several other DTP Apps. Not to mention it worked very effectively in Pages '09.
I admit the Captured Pages implementation in Pages '09 is less than obvious, but its function once set up is way faster than anything else I know.
Peter

Similar Messages

  • Sapscript: display in main window table ... repeat table haeder on new page

    Hi all,
    I have a form with one Window -> Main Window, in this Window it will be written many different information... there is also a table, when the table cause a new-page, the header (discription of the table) should be written (repeated) also on the new page.
    Im trying to find out, how i can get the page number in the print-programm... but I dont found any variable (print_co-actpage doesnt work)
    Thanks a lot for your help.

    Hi David,
    I'm sure you've got around your requirement by now, but for future reference you can get the page number into your print program by calling the function module 'GET_TEXTSYMBOL'.
    data: lv_page(255) type c.
    lv_page = '&PAGE&'.
    call function 'GET_TEXTSYMBOL'
         exporting  line             = lv_page
                        start_offset = 0
         importing  value            = lv_page.
    Cheers,
    Darren

  • How can i move to a new page in smartform?

    hi friends
    i hav a smartform with two pages.
    the fist page contains the Main window and 3 Secondary windows.
    in the 1st page i'm displaying some line items and in the main window i gave the command to
    go to Page 2.
    the 2nd page contains only one Secondary Window.
    in that i want to display a table with many line items.
    if it contains only 20 line items its works fine; becoz of the window size.
    how can i move to a new page if it contains more line items?

    Hi,
    You need to create main Window on second page also.
    And in Form Attributes..there is an option for Next page.
    So there you mention the next page name.
    This will solve the problem.
    Thanks.
    Swati.

  • How to repeat row header in all pages in Financial Reporting?

    Hi,
    I have created a simple Financial Report with landscape mode, I could not able to view the row header in second page. Please help me out , how to repeat row header in all pages?
    Edited by: Awesome on Dec 13, 2012 2:04 PM

    Hi,
    Refer following link which states how to change the Page Setup setting (just an addition to above poster's explanation):-
    http://docs.oracle.com/cd/E12825_01/epm.111/fr_user/frameset.htm?1900.html
    Regards,
    Edited by: 918547 on Dec 14, 2012 6:17 PM

  • How do i access the bibliography page of the templates on the new pages

    the bibliography page used to show up at the top under section in the old pages.  How can i get to that page on the new pages?

    ((My answer confused me a bit too - obviously not whilst I was writing it) Any Pages documents in iCloud should appear on the part of the Pages app where you select the document you want to open. However, now that I think about it, I believe that documents are automatically stored in icloud meaning it's harder to tell them apart. But on icloud.com on the home screen there should be an app with a pen icon and the label will say Pages (this is the online version for on your computer. Sorry I should have said that)

  • How to change default layout of "personal pages"?

    Hello everybody,
    I configured my portal instance to automatically create new "personal pages" for new portal users. This works fine.
    However...
    can anyone give me a hint whether it is possible to change the initial layout of (i.e. locate and edit the template for) these new "personal pages"?
    And, in addition, is there a place to configure that users are redirected to a custom start page after logging in?
    Thank you very much for any help,
    Eckhard

    Hi Eckhard -
    To change the template used for Personal pages, follow the path
    Page Groups > Shared Objects > Templates
    and edit the "Template for Personal Pages" template.
    Hope this helps,
    Candace

  • How can I re-download the new pages.  App Center won't let me.  Says it is installed.

    I have messed up Pages 5 and now all I have on my Mac is the old pages 4.?  When I go to the App Center it tells me that the new Pages is installed.  But I have corrupted it somehow and need to download it again.  How do I do that when the App Store tells me it is already installed?

    Dah veed,
    I tried this but when I go to the purschases page, Pages in greyed out and still says "installed."  Any other suggestons?
    I can't find anywhere where another copy of Pages is installed.

  • How can I recover from the new Pages

    Does anyone know how I can recover a Pages file which has become locked into the new Pages program? I never edited it with the new Pages, but now I'm told I must have the new Pages to open it. I even tried opening it with the new Pages and converting it to PDF with the plan to copy and paste it into Pages '09, but i lost control of line spacing, etc. (It is a 4-column file of data on one page (in the '09 version, that is). Appreciate any help.

    Jay,
    Surely you did edit the file with Pages 5.2, or you wouldn't be having this problem. It's an easy mistake to make since both versions have exactly the same filename and extension. They are just stored in different folders. 5.2 is in Applications and 4.3 is in Applications/iWork '09.
    Use TimeMachine to locate a clean backup file.
    Jerry

  • How to change the size of New Page create pop up window ?

    In Site Actions on clicking of New Page the pop up page is opened it is stretched mode.
    I want to change the width of that pop up windows only.
    After pressing F12 key i find that it is happening because of the java script  function on calling of which that page is opened.
    But i am unable to find that javascript function from where it is calling or where it is written or how i can modify that function.
    So please help me out in solving that issue.

    Hi,
    According to your post, my understanding is that you want to change the size of the new page pop up dialog.
    We can create a new dialog with proper size to achieve it.
    I have made a simple code demo to create a new dialog with proper size, you can have a look at it.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function(){
    ready();
    function ready(){
    $("span[title='Open Menu']").click(function(){
    //alert(2);
    setTimeout(openNewPageClick,500);
    function openNewPageClick(){
    //setTimeout(openNewPage,1000);
    $("#mp1_0_3").removeAttr("onMenuClick");
    $("#mp1_0_3").click(function(){
    url="http://sps/_layouts/createwebpage.aspx";
    openDialogBox(url);
    function openDialogBox(url){
    var options = SP.UI.$create_DialogOptions();
    options.url = url;
    options.height = 900;
    SP.UI.ModalDialog.showModalDialog(options);
    </script>
    Note: You should change the ID or class to fit your environment.
    More reference:
    http://kyleschaeffer.com/sharepoint/sharepoint-2010-pop-up-dialogs/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How do I change to a new page from within a cflayout?

    I have a main page (dspSystemsGrid.cfm) that uses a cfgrid
    layout to provide a list of "systems". The user can click on a
    system and get sent to a new page called dspSystemsMain. This page
    is using tab layouts. The first tab is called t1. It contains a
    form with information about the system. On an update, the submit
    calls a processForm page which updates the database. At the end of
    this, I am using a <cflocation url="dspSystemsGrid.cfm" to get
    back to the main page containing the grid. But its not working. Its
    trying to return it inside of the cflayoutarea t1 in my
    dspSystemsMain page.
    What can I put in my processing page to automatically return
    to the dspSystemsGrid page?

    I have a main page (dspSystemsGrid.cfm) that uses a cfgrid
    layout to provide a list of "systems". The user can click on a
    system and get sent to a new page called dspSystemsMain. This page
    is using tab layouts. The first tab is called t1. It contains a
    form with information about the system. On an update, the submit
    calls a processForm page which updates the database. At the end of
    this, I am using a <cflocation url="dspSystemsGrid.cfm" to get
    back to the main page containing the grid. But its not working. Its
    trying to return it inside of the cflayoutarea t1 in my
    dspSystemsMain page.
    What can I put in my processing page to automatically return
    to the dspSystemsGrid page?

  • How can I mail merge in new Pages 5.2 and send it by Mail?

         How can I merge mail in the new Pages version 5.2  and send it by Mail?
         It seems that there is not  a mail merger available anymore for Pages. Although it is a powerfull mecanism to send a bunch of letters by Mail, Apple has  downgraded themselves by excluding this feature from this app.  What is the solution to this problem?
         Should i seek a Microsoft program to resolve this issue, because the new version of pages simply will not cut it without these necessary features.

    If you have the previous version of Number and Pages you can still use those applications to perform a mail merge.  Neither the previous version nor the latest version support mass emailing.  There are other applications that can do that.
    Using my favorite search engine I was able to identify several services that can perform a mass email campaign:
    I used the search term: "mass email service"

  • How do you merge fields in new Pages?

    I had a template created in the old Pages to create mailing envelopes.  I was able to drag and drop contacts I selected into Pages and it would automatically format my envelopes based on my field specifications.  I attempted to create a new mailer two weeks ago but defining the fields is no longer an option in the new Pages and my formatting is gone in from my template!  So frustrating.  Someone help!

    Pages 5 dosn't have mail mergin. Use Pages 09 instead as before. You should have it in Applications/iwork 09 folder, if you haven't deleted it!

  • Subreport repeating and supress the new page

    Hi, I make a report with Crystal report and I use a subreport.
    This subreport is repeating some information. Why when a subreport is repeating something it begin on a new page.
    I subreport which doesn't repeat it's ok but the other.
    It's possible to say that it begin where I will.
    If someone has an idea.
    CR with Visual studio 2008, c#

    It is with the different section make sure that you have checked this option : conserve unity, it's the check box before delete the empty section.
    Try it and I hope this will work.

  • How to repeat group head on each page

    I have problem with repeat group heaf on each page, I've ticked the option 'Repeat group head on each page' from the Change Group Option. But the group head didn't appear on each page when I previewed the report. Does anyone have a solution/explaination to this?
    Cheeers

    Sorry Gents, I did't make my porblem clear.
    To James Terry
    Yes, My reports contain one or more sub-groups (only group 1's group header needs to be repeat on each page).
    To Graham Cunningham
    I found pages , containing only group 1's group footer summarized info, don't display group 1's group header. Just like what you said ' It will only repeat on pages that display group information'. Is this a bug or sort of default rule? What else can I do if I want the group header to repeat on each page no matter whether there is group info or not, besides moving the info from group header to pager header?
    Thanks a lot.
    Regards
    Joseph

  • How to repeat table header on each page of PDF using Coldfusion

    Hi all,
    Can anybody help me in resolving this issue. The details are mentioned below.
    I am generating PDF using <cfdocument> tag of Cold Fusion.
    I have a header and footer to be displayed on each page. I am rendering data in a table.
    If rows in the table exceed a page , and continue on the next page , I want the table headers to be repeated on each of the page.
    Example :
    Currently this is happening:
    Page Header
    Sr No
    Name
    Occupation
    1
    A
    A
    2
    B
    B
    3
    C
    C
    Page Footer : Page No 1
    Page Header
    4
    A
    A
    5
    B
    B
    6
    C
    C
    Page Footer : Page No 2
    What I want is :
    Page Header
    Sr No
    Name
    Occupation
    1
    A
    A
    2
    B
    B
    3
    C
    C
    Page Footer : Page No 1
    Page header
    Sr No
    Name
    Occupation
    4
    A
    A
    5
    B
    B
    6
    C
    C
    Page Footer : Page No 2

    Hi Dan ,
    Thanks for your inputs.
    This way wont work beacause , am displaying other text and table both, and the table will be diplayed based on some conditions. If the conditions are true , table will be diplayed , else not.
    I missed to illustrate text in the example. The scenario is something like this :
    Page Header
    Text .........
    Table [Displayed conditionaly]
    Page Footer
    Please suggest me some way to do this.

Maybe you are looking for