Hi,
I'm a problem with a cell table that contains text that need to be wordwrapped into more lines, but when the page is breaked, the cell il splitted into a new page with confused (repeated) header.
This is the result:
The bottom line of the breaked table does't close the table.
Sorry for my bad english,
thank you in advance,
Carlo P.
Nicola,
I think that table definition is correct and written like your examples but the error still comes out.
This strange behaviour occur when the cell contain more text (with <br> tag also) that need to be splitted in the next page (as you can see in the image posted before).
How can I solve this strange problem?
Thank you in advance,
Carlo P.
I've personally built dozens of tables like this that works without a problem.
Probably your HTML code contains some errors.
For example, the "<br>" tag must be "<br />".