Page break, for printing.
Posted: Thu Apr 17, 2003 12:33 pm
This isn't necessarily a problem with php...
Well, I'm taking output from a database and forcing the user to download it as a word.doc, so they can print it without the header and footer from the browser.
But the problem is... the query is saved as one file
(its quicker than saving 100 files
)
And I need page breaks for ever new record....
Inserting page breaks manually is not an option, but I've yet to find any way to make a page break.
So if anyone can help I'd appreciate it.
-thank, pb
Well, I'm taking output from a database and forcing the user to download it as a word.doc, so they can print it without the header and footer from the browser.
But the problem is... the query is saved as one file
(its quicker than saving 100 files
And I need page breaks for ever new record....
Inserting page breaks manually is not an option, but I've yet to find any way to make a page break.
So if anyone can help I'd appreciate it.
-thank, pb