> -----Original Message----- > From: Will Gilbert [mailto:[EMAIL PROTECTED] > > Was wonder how to keep the contents of a table-cell from breaking > across pages when the table cell contains several paragraphs blocks. > > I played with many combinations of "keep-with...", "widow/orphans" that > my head is spinning. The FOP examples are oriented towards cell with > simple contents. >
Ouch... _keeps_. (they're one of the main reasons for the redesign effort) Currently, they *only* work for table-rows (-- so the spinning should go away soon ;) ) In short, the only thing you can do in this case is to put keep-with-next="always" only on those rows you suspect are going to be broken. I guess you already read this one... http://xml.apache.org/fop/faq.html#keep-with Hope this helps! Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
