Creating long articles that continue to next page

What is the best way to create a news page where the articles may be long and continue to "next page " or 1,2,3
within MUSE
I am trying to trick the blank composition, but wonder if Iframe would work better with a small sized frame?
or inserting a php which I'm not sure about......
Anyone else have articles that "continue" to next page within a frame/box/div/ without leaving the overall structure?
Thanx
David

Hey Dave,
What you can do is just fill a webpage with content until you want it to goto the next page, duplicate the page and add the rest of the content. Then at the bottom just add a number navigation or 'Back page / Next page' buttons. It is bascially what a blog does except you won't have database and PHP to automatically populate pages, you will just do it manually.

Similar Messages

  • RDLC - Group Header Continued on next page...

    Hi All,
    I have a requirment in RDLC, if the group rows exceeds more than one page, I need to add a content at the bottom of page and next page first row, like below
    Group
                 ------Recrods-----------
                 ------Recrods-----------
    Group  Continued on next page...
    ----------------------------------------------------------------Next Page-------------------------------
    Group Continuing from Previous page...
               ------Recrods-----------
               ------Recrods-----------
    Group 
              ------Recrods-----------
             ------Recrods-----------
    Could you please help me out on this?
    Advance Thanks,
    Nava Deeban S

    Hi Nava,
    In your case, I think that we can try to implement another solution to deal with this issue. For example, we can reset the page number based on group and add some information on the page header.
    Please refer to the image below:
    For more detail information about reset page number on group, please see:
    http://blogs.msdn.com/b/robertbruckner/archive/2010/04/25/report-design-reset-page-number-on-group.aspx
    Regards,
    Bin Long
    Bin Long
    TechNet Community Support

  • Continued to next page

    Hi All,
    I have a group and sub group in the report. If the sub group records continue to next page, i want to display 'Continued from next page' and also repeat the parent group record in the continued page . I have used the following function in rtf and it does not work. Did any one have face similar issue?
    <xsl:attribute name="xdofo:rowspancell-repeat-nextpage" xdofo:ctx="block">true</xsl:attribute>
    Thanks,
    Sushil

    Hi Sushil,
    This can be achieved by doing the following .
    InitPT
    Empnum
    Empname
    Salary
    F EMPNUM
    EMPNAME
    SALARY ET  E
    Footer PT
    EET
    The image above shows the template - standard table with employee data in it. Notice the last row of the table has most of the borders turned off.
    I have got 'Show Gridlines' enabled so you can see it is another row in the table. There are some other fields in there too.
    Walking through the more important fields:
    InitPT - <?init-page-total: contd_footer?> - initializes a page total object 'contd_footer' - for more info on this check the user guides.
    ET - <?add-page-total:contd_footer;1?> - within the table, adds the total into the page.
    Footer - <?table-footer:?> - an undocumented command (we had other plans for the command for a later release - hence the lack of doc) to specify that this row is the table footer. MSWord does not have a concept of table footer so we need to mark it as such for the rendering engine to 'see'. Notice its in the last row of the table - no borders remember (thats optional)
    PT - <xdofo:inline-total display-condition="exceptlast" name="contd_footer">Continued ...</xdofo:inline-total> - this is the cool piece. It is supposed to render the page total, but instead it will show the string 'Continued ...' on all but the last page of the table.
    EET - <?end-page-total:contd_footer?> - this closes out the page total command.
    Try it out and play with it here. This approach works with 5.6.3 and above.
    If this helps you then please mark the answer as "correct" or else "helpful"
    -Ragul

  • If I want to create a Group that is Group by page,Is that feasible?

    Hi, Expert
    I want to limit record number(50 records) per page,
    and it will have a total column which is amount Salary,
    so now I had set some formulas into report
    First(in report Details)
    WhilePrintingRecords;
    Global   numbervar   DataCount   :=   DataCount   +   1;
    ps.This variable counts record number and limits record within 50 records per page
       when record passover 50, it will re-set variable to 0(this formulas set in Group Footer)
    second(in Group Footer)
    WhilePrintingRecords;
       Global numbervar DataCount := 0;
    ps.for re-set variable
    third(New Page After)
    Truncate ({@DataCount}/50)*50={@DataCount} and OnLastRecord=false
    ps.For Next page
    Fourth
    WhilePrintingRecords;
    Global numbervar pagetol;
       salarytol:=salarytol +{table;1.amount}  
    Fifth
    Global numbervar pagetol;
    if (Truncate ({@DataCount}/50)*50)={@DataCount} then
       pagetol:=0;
    If I want to create a Group that is Group by page(50 records per page), because I want
    to grand total of salary per page,Is that feasible?
    How to achieve this goal??
    Thanks & Regards

    Thanks lanWaterMan
    Actually, my care is Report View,
    my report will have Three Summary columns,
    one is for 50 records,
    second is for data type,
    another is for all of records.
    I will put the First Summary column behind(below) the last records
    So it will look like "Grand total"(for 50 records 1 total).
    And the Second Summary column will lay on Group footer(sum data group by data type).
    And the last Summary column will lay on every page's bottom(sum all of data).
    If I put first summary column in page footer, It will lay on bottom of page, not behind the last records(per fiftieth record).
    So I think if I create group1 for 50 records(put in first Summary column on group1 footer) and group2 for data type(put in second Summary column on group2 footer),
    then put the last summary column into page footer. Maybe, it will look like what i want.
    Thanks & Regards

  • How do I create a filter that bypasses the in page and goes directly to spam rather to delete?

    How do I create a filter that bypasses the in page and goes directly to spam rather than to delete?

    From your question I'm going to guess you are talking about Mac Mail.
    If you are talking about a RULE then the "Perform the following actions:" would be to select "Move Message" to mailbox "Junk" instead of "Delete Message."
    If you are talking about something else then please give more information.

  • How to put 'Continue in next page' below the table.

    Hi,
    I have an invoice where all the lines are not fitting into one page. So some of the lines are getting printed in the second page. But in this case I wanted to put a message below the first page as "continue on next page"
    Since Iam a newbie to XML/BI Publisher I kinda stuck here. Tons of thanks in advance.
    This is how I need the output
    --- PAge1 --
    heading1
    line1
    line2
    line3
    line4
    line5
    line6
    line7
    line8
    line9
    line10
    Continue on next page
    -- page 2--
    heading1
    line11
    line12
    line13
    line14
    line15
    line16
    line17
    _________

    There are so many threads for this lately,..
    Go here
    http://winrichman.blogspot.com/...
    Here is some of the thread people were desperately looking for answers :).
    how can we get "Page Continued" at footer of page.
    Re: How do I print the word "Continued" at the bottom of page in BI publisher?
    How to Display 'Continued' in second& subsequent page but not in last page?
    Re: Printing signature on footer section of every page
    Re: How to put 'Continue in next page' below the table.
    Re: How do I check the last page?
    Help needed in XML Publisher rtf file
    Re: Different value in footer
    Changing header information within a document
    Re: Invoice Page break
    Re: Footer information in very page
    Re: Check Printing
    Oops, I initially thought , there would less number of threads,
    Hope my blog helps them :)

  • Using tables - wanting to create long table that runs from page to page

    I want to create a table to which I can add rows as I work (alphabetizing). The final table will end up being 6-7 pages long. Inserting a page break did nothing--all rows below where the page break is still disappear and do not go onto the next page. This is a Word feature that I'm hoping I can have on appleworks. Does it exist?
    I cannot put Word on this computer since I'm not running an OS high enough (I have 10.2.8)

    Cyndi:
    Just wondering if you found your answer. I am having the same issue. I did finally figure out after several days of reading searches how to add pages to your table which is in >Format > document > then select the box for how many pages you want to go down or across in the box to the lower right corner. Then you can insert cells by highlighting the row by holding option key as you drag across the row & in Table click insert cells. Hope that helps. You can determine whether the table is horz. or vert. in > file > page set up. Click on the image of the page/man that displays the orientation that most closely fits your needs.
    However, the problem that I'm continuing to have is that the >insert page break command does not appear to work in Tables. It remains greyed out no matter what I've tried. Short of trying some "tell" command that a fellow using 10.4. in Pages suggested. I'm in Appleworks 6 running on my iBook, as you are. I saw a reply from ms Peggy suggesting that there is some difficulty in getting that to work, and so far I would have to agree. Her idea was to add cells such that they would fall over the page break, which you can see using the >page view command in the Window drop down menu. But that would not be so neat with the lines running vertically from the top of page to the first box. I guess it could be squeezed down to the size of the "break". Is that all there is ?
    iBook G4, 14, 933 MHz,   Mac OS X (10.3.9)  

  • Pages 5 Document Endnotes doesn't allow text continuation onto next page?

    For large blocks of endnote citations, Pages 5 doesn't all the text to flow down to the end of the page before going to the next. Rather it treats the endnote text area as its own section, thereby moving the entire text box to the next page. This is problematic from a formatting standpoint because it wastes page space, does anyone have a workaround or suggestions?
    Example:
    Citation 5 is long but I would like to keep it on the same page as Citation 4 and just let the text continue onto the next page. However Pages 5 doesn't allow me to adjust the endnote text box and just jumps to the next page. Rarely do you see endnotes arranged in this manner in high-level research reports and we can't have this.

    I exported a PDF from Pages v5.2.2. This uses Apple's Quartz PDFContext, not Quark.
    In Windows 7, I opened this PDF with Adobe Acrobat Reader v11.0.09. I then copied/pasted a paragraph of this PDF content into LibreOffice Writer (v4.3.2.2). Since there was Baskerville in Windows 7, this comment pasted correctly including font-size. I did not have to make any adjustments to LO to accept this text.
    On Ubuntu Linux 14.04, with the latest updates, I opened the same PDF in Evince, the default PDF viewer. Adobe does not offer an Acrobat Reader download for Linux. Again, I copied and pasted a paragraph of content from the PDF viewer into LibreOffice Writer. As there was no Baskerville installed, Writer defaulted to the Liberation font, at the correct point size.
    In either of these platform scenarios, there were no anomalies with sentence/paragraph newlines .vs. carriage return issues from the PDF document during copy/paste operations. These were default control-v pastes that did not use the Paste Special menu item in LibreOffice.

  • Pages - Table won't continue to next page

    I'm new to using "Pages" and I can't seem to get the rows on the table I inserted into the page to continue to the next page despite the fact that i have no more room on that one page. Instead, if I continued to type, the information would disappear behind the footer as the row would get larger. Am I doing something wrong or is there no way for the row to continue to the next page?

    Quick question before I give up on this. Can I only add tables in this manner. I am trying a simple file right now untill I understand how to do it. I create a file that contains a button (which will be used for adding an extra drop down list) and a drop down list. I did not include a second button to remove the section.
    I then select the button and in the Script window add the:
    // Invoke the Instance Manager to add one instance of the detail subform.
    subform1._DropDownList1.addInstance(1);
    //Invoke the recalculate method to include the field values from the added row in calculations.
    xfa.form.recalculate(1);
    So my subform is called "subform1" while my element I want to duplicate with the button is called "DropDownList1"
    At this point I get confused and not sure what I need to do.

  • How do I create a table that breaks for new pages?

    I'm running Pages 5.5.1 on OS X Yosemite 10.10.1 and am having difficulty understanding table behavior.
    Scenario 1 - I create a new file and insert a table at the top of the first (blank) page.  It automatically is selected for Object Placement>Move With Text.  If I add rows to this table, Pages automatically adds a new page and breaks the table so that additional cells appear on the new page.  All well and good.  If I change the Object Placement to Stay on Page, the second page and those cells disappear.
    Scenario 2 - I create a file and first add a few lines to the top of the first page.  Then, I insert a table below those lines.  It is also automatically selected for Object Placement>Move With Text.  When I add rows, the table does not break for the second page, but the entire table jumps to the second page.  If I change the Object Placement to Stay on Page, I can then slide the table back onto page one, but as in Scenario 1 the portion of the table which would continue onto page two disappears.
    So, how do I create a table that I can add to a page which is not blank (as in Scenario 2) which will break automatically onto page 2 instead of jumping, and so the rows appear on page two (not disappear as I describe above)?
    Thank you for your help.

    The inline table is supposed to break but like most things Pages 5 it is buggy and erratic in its behavior.
    Use Pages '09.
    Peter

  • How to make a template in Pages that wraps to next page

    I almost always use my Pages '09 in Layout mode.  I have a long document that I supply to vacationers on Cape Cod of all the gluten free restaurants and food stores.  It's 17 Pages long.  Because places open or close I am doing adding and subtracting of listings all the time so this document is in word processing mode so it automatically reshuffles when I add new places.
    I want to brand it a little bit more and each page is going to have a small graphic and one line on the edge that is horizontal (at bottom of page) and one line that is verticle at the left side of the page.
    I can't figure out how to do this in Word Processing mode.  I can't move the graphics around like I can in Layout mode.  I can put them in text boxes and move them that way to the desired locations.    
    However, if I add text boxes the text isn't wrapping from one page to the next.
    I really love Layout mode is there a way to get it to take the over flow of text from page one and put it in the text box on the next page automatically? 
    I'm not sure how to do this project and I hope someone can give me a quick answer!
    Thank you so much ahead of time!
    Susan

    PF,
    If you give us a sample problem, we can suggest an approach.
    Jerry

  • How do I create a template that will update all pages when it is updated?

    Hi everyone, I am a complete InDesign newbie, as this is my first project with it. I was wondering if there is a way to create a generic template in InDesign that, when updated, would also update all the pages made from it. The behavior I am looking for is similar to the way Dreamweaver does templates... when you create a new page, you can tell it to make the page from the already created template. That template has been pre-configured with editable regions. Anything outside the editable regions cannot be modified unless editing the template directly.
    Does this functionality exist in InDesign? I am running CS5.
    Thanks!

    drmuzik wrote:
    Hi everyone, I am a complete InDesign newbie, as this is my first project with it. I was wondering if there is a way to create a generic template in InDesign that, when updated, would also update all the pages made from it. The behavior I am looking for is similar to the way Dreamweaver does templates... when you create a new page, you can tell it to make the page from the already created template. That template has been pre-configured with editable regions. Anything outside the editable regions cannot be modified unless editing the template directly.
    Does this functionality exist in InDesign? I am running CS5.
    Thanks!
    Take a look at this article:
    http://indesignsecrets.com/free-layout-zones-add-on-is-incredible-productivity-tool.php
    Also, this commercial tool might be useful:
    http://www.rorohiko.com/wordpress/indesign-downloads/storytweaker/#Downloads
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Repeating frame(s) not continuing to next page

    Here is what I have:
    grp 1 r-frame 1
    grp2 r-frame 2
    grp3 r-frame 3
    grp4 r-frame 4
    r-frame 5
    r-frame 6
    r-frame 7
    grp1 r-frame 1 will not continue to the next page when I have multiple grp3
    r-frame3 records (there will be 1 record for 1 of the frames under that, the others are suppressed). grp 4 has page protect and contract, grp3, grp2 and grp1 has page protect and variable. I am trying everything to get it to continue to the next page and it won't. The example is it will produce only 12 of the grp3 and underlying records when there are 36 grp3 records. Is it something really stupid that I am missing or can I get a couple of hints as to why?
    thanks in advance

    Hi,
    I tried to understand your question and you want to continue grp-3 to next page, and you are expecting to print one grp-4 on each page along with 1,2 and 3.
    The way you set the properties look fine. but what I can suggest is:
    Please set all frames properties to "Vertical Elasticity to Expand" and "Page Protect to NO".
    Now start setting the two properties as you like from child (most detailed) frame to top most parent frame and keep checking output for every change.
    Hope you can solve this.
    Regards,
    Gouri Sankar

  • Memo data type displayed half page continued on next page

    Post Author: j45c
    CA Forum: Crystal Reports
    I am currently using crystal report IX which the memo field only displayed half of the page and continued on the next page. I have set can grow = true, keep object together = false and close border on page break = true.Would like to know how should I solve this by having the memo to filled up the rest of the page before continue display on the next page? Thanks in advance.

    Yes, you can't rely on getting the last entered ID on the next page as it may not be from the same person. I use the Insert-retrieve extension from Tom Muck which does this at the time of insert and stores it in a session variable. But backing up a bit, are 4 different forms really necessary. Most expense form are able to use a single form to capture all pertinent date. I would design a single form, submit it while using the retrieve ID extension, and direct to a summary page. That page would grab the just inserted records, and perform any monetary calculations needed. Also provide a link to an update page, basically a duplicate of the input page but with a recordset and fields Pre-populated. Once it's been input, reviewed and updated if needed, then it can be emailed, printed or exported to what the accounting people need to process it. Future enhancements may include a status indicator that defaults in incomplete. When in this mode, the user can log back in at a later time to complete it. Upon final submission, the record updates to Complete which prevents the user from making further changes. You could also build an admin section for various management tasks, and to enter the status of the request, that would appear in the users profile so they can see if and when they will get paid, or notices that require more info, like receipts.

  • SAPScript - add 'continued' in next page.

    Hi Guys,
    I would like to ask on how to write 'continued' at the new page?
    My SAPScript form is depend on the data that will output. When the data is exceeded from the MAIN window, it will automatically break the data to pages. So may i know how i want to write 'continued' when it breaks the data to the new page?

    Thanks for the answer.
    But how if i want to write 'continued' in the main window?
    For example:
    in my main window the output will be like this:
    data 1
    data 2
    data 3
    ......(and so on)
    if the 'data 2' has reach the end of the page, 'data 3' will be print in next page. I want to know how to write 'continued' before the 'data 3' be printed?
    i tried to put this coding in the text element,
    /E 101
    /:  if new page
    /:  continued
    /:  endif
    &symbol&
    but the out put will be like this:
    continued
    data 3
    continued
    data 4
    continued
    data 5
    ...(and so on)
    The 'continued' statement will be repeating on each line of data.
    Edited by: BobKur on Jun 19, 2009 9:43 AM

Maybe you are looking for