Hey guys, this isn't realy a PHP question although I am using PHP to populate the data on these reports.
My problem is this, I have 13 pages I need to print out, each page has its own heading and its own associated information and could be between 0 rows of data to say 25. At the very most it will fill up the page but not more and most likely less.
My problem is I want to have one very long HTML page that the visitor sees (say 13 pages) and can print out. When it prints out, each of the 13 pages should print out each page seperately without any over/under hang (Cross over between pages).
I have tried making tables that are exactly the right size to fit on a page and then putting my data for each page inside each table, but it seems depending on the printer the pages Cross over on each other (Part of page two on page one or part of page one on page two etc...)
Is there anyway to print out a 13 page report and make sure that each pages information stays on its own page? Assuming ofcourse there is not too much information on a page that forces it to spill over on to the next page?
Anything you recomend I will take into consideration, however I cannot recompile PHP to include any outside plug ins, such as the PDF plug in.
Thanks!