Howdy,
I want to print a letter using a letter template and inserting different name/addresses/salutation from a database. I can do this no problem, but my problem is, how can I insert a page break to the screen so that when I physically hit "Print" on my browser, the printer will start a new page where I want it to?
I realize that PHP cannot print directly to the printer, so figure I have to manually hit the print button, but, want to insert page breaks wherever I desire.
Help is appreciated!