This topic is locked

group page break

12/25/2008 8:49:52 PM
PHPRunner General questions
H
huang1130 author

How can I create a page break after every group on the report (all) print page?

picture1

picture2

J
Jane 12/26/2008

Hi,
You can switch to HTML mode in Visual Editorand insert the following code snippet where you like to have a page break:

<p style="page-break-after: always"></p>

N
netpro 2/8/2009

I don't understand where I should insert <P style="PAGE-BREAK-AFTER: always"></P> . I have an initial grouping of courier and a secondary group on each day's dispatches on a report. I want each change of courier to force a new page but can't seem to figure out where to insert the <P style="PAGE-BREAK-AFTER: always"></P> recommended in this and other questions.

J
Jane 2/9/2009

Hi,
proceed to the Visual Editor tab, click on the place where you want to insert page break, switch toHTML modeand add your code.