Block won't fit on page

2004-02-25 Thread Jiri_Nejedly
Hi, this is maybe a beginner question, but cannot find solution:

I have a few identical blocks which fill several pages. Situation on 1st
page - three full block fit there, but the fourth is split and continues on
next page and so on... Can I tell every block if you don't fit on current
page, start on next page ? How to do that?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Block won't fit on page

2004-02-25 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
Hi, this is maybe a beginner question, but cannot find solution:
I have a few identical blocks which fill several pages. Situation on 1st
page - three full block fit there, but the fourth is split and continues on
next page and so on... Can I tell every block if you don't fit on current
page, start on next page ? How to do that?
The XSL-Fo concept for this is keep properties. However, their 
implementation is limited in FOP to table-rows. On a table-row you can 
put keep-together=always, and then the contents of the row will be 
moved complete to a new page if only part of it fits on the previous 
page. I suggest that you put the 4 blocks you mention inside a table 
with one column and put keep-together=always on each row.

Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]