
Originally Posted by
southshorepizza
/templates/tpl_all_invoices.php has a div style around line 270. This must be coded correctly for your browser type and version. If you upgraded to a new version of ie and it stopped working than the code isn't supported by the new browser. Add the code for your particular browser into that line.
Thanks. That led me to a solution for my case. It may not be the preferred solution, but moving the style into the <table> tag works for me:
Code:
<table style="page-break-after: always;" border="0" width="100%" cellspacing="0" cellpadding="2">