Quote:
Originally Posted by DaleDe
If the cell is too big to fit on a page, The table just displays on the first page and all the rest are lost, with or without the CSS entry. Better implementations are available such as iBooks which will allow you to click and allows scrolling of the cells.
Dale
|
Yes, that's true, you're right. For that reason I wrote
"... if your tables, not images of tables, would look ok in ADE...". The idea of using
Code:
tr {page-break-after: avoid;}
only is valid if the size of the rows are "more or less normal". And for very big tables, the best bet is to use an image (I had very good results with SVG images of tables).
Rubén