Page 1 of 1

Page break in Printing

Posted: Fri Jun 10, 2016 10:07 am
by khenzu
Hello there

does anyone here can help me in printing a data in table showing 5 records in each page break..

Im using PHP language..


Thanks in advance :lol: :lol: :lol: :lol: :lol:


:drunk: :drunk: :drunk: :drunk: :drunk:

Re: Page break in Printing

Posted: Fri Jun 10, 2016 11:06 am
by Christopher
Page breaks are done using the CSS style "page-break-after: always;". Put it on the last element you want on the page and a page break will be applied when printing.