Forum Bugs

Table page break

corentin
Hello,

I'm writing this post because I am facing a rather odd bug..

I'm trying to convert a lot of very big tables.. Which means I want them to be splited on several pages if needed

So i'm using the CSS tag : table { page-break-inside: always }

The problem is that, Prince XML doesn't seem to care, it doesn't want to split my tables over multiple pages.. It stops after one page and my table is not even complete..

Did anyone already had the same issue and found a solution?

EDIT : It only occurs when I have some CSS to make my tables a bit more readable..
mikeday
Are you applying any of the other page break properties to the table, or placing it inside an absolutely positioned block or inline-block?
corentin
No I am not
mikeday
Perhaps you could email me (mikeday@yeslogic.com) an example and I will take a look.