I want to edit an HTML email (created from PHP) so that when printed to paper from an email client, a page break (new page) is forced at a specific location in the HTML file.
Hint: The style="page-break-before:always;" and style="page-break-after:always;" tags don't work in the Outlook client. These do work in the Outlook Web client, however!!
Hint: The style="page-break-before:always;" and style="page-break-after:always;" tags don't work in the Outlook client. These do work in the Outlook Web client, however!!