Hi
We are having a problem with page breaking and table rows in prince 6 r4 (just released).
We were previously able to page-break on table rows by adding a class we made called "breakNow". The class definition is simply:
.breakNow {
page-break-after:always;
}
Upon upgrading from Prince 6r3 to Prince 6r4, we've noticed that these page breaks are completely ignored by Prince. That being said, we're still able to page-break <div>s - its the table rows that are causing us problems.
To solve the issue, we've reverted back to r3 and things are working normal.
So, something broke as you increased the revision number... thanks.
We are having a problem with page breaking and table rows in prince 6 r4 (just released).
We were previously able to page-break on table rows by adding a class we made called "breakNow". The class definition is simply:
.breakNow {
page-break-after:always;
}
Upon upgrading from Prince 6r3 to Prince 6r4, we've noticed that these page breaks are completely ignored by Prince. That being said, we're still able to page-break <div>s - its the table rows that are causing us problems.
To solve the issue, we've reverted back to r3 and things are working normal.
So, something broke as you increased the revision number... thanks.