I have a table which automatically starts on a new page by default. I want to suppress this new page. The only way at the moment is by making it A3 size. Is there a way to suppress page breaks?
Spipu Le 18/04/2011 à 14:33 it starts on a new page only if the first TR does not fit on the current page.
Yes - I want to suppress this new page.
Spipu Le 18/04/2011 à 14:44 you can't, if the content of the TR does not fit on the page... try to reduse your TR, or cut your TR in 2 lines.
HTML2PDF never cut a cell. If a cell (TD, TH, DIV, ...) does not fit on the current page, it create a new page (such as in Excel)
No - I mean its treating the TRs like a block and moving all TRs to a new page. How do I stop this?
Spipu Le 18/04/2011 à 16:21 allt he TRs ? this table is in another table, isn't it ?
I don't know what you mean. How do I alt the TRs?
Spipu Le 19/04/2011 à 12:30 sorry,i mean :
all the TRs ?
Yes the table is in another table.
Spipu Le 19/04/2011 à 14:40 and then, you have all your table, in another TD, that can't be cut... try to simplify your html
Thanks. I think I've got it.