Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
Marcin Zawadzki wrote: If somebody is working on property page-break-inside ? No. Its way down the priority list because its basically redundant. The only sensoble setting is page-break-inside=avoid, which is the same as keep-together=always, simply replace it. Keep in mind that

Re: page-break-inside

2002-10-22 Thread Oleg Tkachenko
Marcin Zawadzki wrote: Maybe I something dont understand. I have folowing problem with table rows: How to force table rows to be on one page only. When row is to big to fit on actual page it should be moved to next page. I try keeps nad breaks, but it seens to work in diffrent matter. That's

Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
OK thanks. It works now. Marcin Zawadzki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: page-break-inside

2002-10-21 Thread J.Pietschmann
Marcin Zawadzki wrote: If somebody is working on property page-break-inside ? No. Its way down the priority list because its basically redundant. The only sensoble setting is page-break-inside=avoid, which is the same as keep-together=always, simply replace it. Keep in mind that keep-together

Re: page-break-inside=avoid

2002-07-18 Thread Todd Migliore
J Thanks for the reply. I was able solve my problem with the info you provided. Todd [EMAIL PROTECTED] 07/17/02 06:10PM Todd Migliore wrote: My document contains one repeating block of data. The data varies in length with each iteration. I need to force a page break if an iteration of

Re: page-break-inside=avoid

2002-07-17 Thread J.Pietschmann
Todd Migliore wrote: My document contains one repeating block of data. The data varies in length with each iteration. I need to force a page break if an iteration of the block of data can not entirely fit on the current page page. From what I understand page-break-inside=avoid is the