Hi!
I know that there were some questions about the keep-together problem, but those didn't answer my question. Maybe I misunderstood something... The problem: I have a table which contains some block elements, at least two. I want the table and its elements to stay together when the content does not fit on the rest of the page, the table should be wrapped to the next page then. That seems to work if I use the keep-together="always" attribute on the table. But if the content of the table is longer than one page it will not be wrapped to the next page - instead the text is clipped. How can I avoid this? I also tried to use the keep-with-next="always" attributes on the table rows. This solves the clipping problem but the table starts at one page and continues at the next page. What I want is that the table starts on a new page if it doesn't fit on the previous one. Hope you understand what I mean. Regards, Jacqueline.