Re: [PHP] Page breaks and printing?

2003-10-17 Thread BAO RuiXian
Don't know the HTML thead/tbody/tfoot elements can hold down on a single page. The CSS command page-break-before:always and page-break-after:always should play the trick on a XML sensible browser like IE or Opera. For example, you can have a look at this page: http://www.codeave.com/css/code.a

Re: [PHP] Page breaks and printing?

2003-10-17 Thread Leif K-Brooks
J J wrote: Is there a good way in PHP to determine page breaks for long reports and printing? I'd like to be able to best determine where pages should begin and end and reprint things like table/page headers and footers on each page so the reports print nicely. Just use HTML thead/tfoot elemen

Re: [PHP] Page breaks and printing?

2003-10-17 Thread David T-G
J J -- 1) This has nothing to do with BTML. Please don't hijack threads; next time you want to talk about a completely fresh topic start a completely fresh message. ...and then J J said... % % Is there a good way in PHP to determine page breaks There isn't, really, because it up to the local b

[PHP] Page breaks and printing?

2003-10-17 Thread J J
Is there a good way in PHP to determine page breaks for long reports and printing? I'd like to be able to best determine where pages should begin and end and reprint things like table/page headers and footers on each page so the reports print nicely. I'd like to avoid having to output to PDF or W