Folks,
I am using CBSubs to generate our monthly invoices to our members. I am using Mailer to send out these invoices. I am using HTML to format the letter and invoice. Page 1st of the Mailer is a letter and the 2nd page is the invoice. I'm trying to insert a page break between the letter and invoice. I want the invoice to start on a new page. The following is the code I have in the Mailer for the page breaks:
<!--
Page Break
-->
<p style="break-after: page;"> </p>
<p style="break-before: page;"> </p>
<table border="0" style="width: 600px;" cellpadding="0">
<tbody>
I know there is 2 page break code here, but wanted to see if either one works. Neither one works. The <table> statement is the beginning of the invoice. Any ideas on
how I can get this page break to work in Mailer?
Thanks,
Joe