1

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?

2

!call spipu
--- Call : spipu appelé(e) sur ce topic ...
avatar
Webmaster du site Ti-FRv3 (et aussi de DevLynx)
Si moins de monde enculait le système, alors celui ci aurait plus de mal à nous sortir de si grosses merdes !
"L'erreur humaine est humaine"©Nil (2006) // topics/6238-moved-jamais-jaurais-pense-faire-ca

3

it starts on a new page only if the first TR does not fit on the current page.
Ancien pseudo : lolo

4

Yes - I want to suppress this new page.

5

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)
Ancien pseudo : lolo

6

No - I mean its treating the TRs like a block and moving all TRs to a new page. How do I stop this?

7

allt he TRs ? this table is in another table, isn't it ?
Ancien pseudo : lolo

8

I don't know what you mean. How do I alt the TRs?

9

sorry,i mean :

all the TRs ?
Ancien pseudo : lolo

10

Yes the table is in another table.

11

and then, you have all your table, in another TD, that can't be cut... try to simplify your html
Ancien pseudo : lolo

12

Thanks. I think I've got it.