Keep two table rows together

2002-04-01 Thread David B. Bitton

I have a table with data that is "grouped" every two rows.  The first row
has data in cells, and the second row is a span, and it has additional info.
How can I stop a page break between the two rows?

--

David B. Bitton
[EMAIL PROTECTED]
www.codenoevil.com

Code Made Fresh DailyT


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




Re: Keep two table rows together

2002-04-02 Thread J.Pietschmann

David B. Bitton wrote:
> I have a table with data that is "grouped" every two rows.  The first row
> has data in cells, and the second row is a span, and it has additional info.
> How can I stop a page break between the two rows?

Have you already tried to set keep-with-next="always"
on the first row?

J.Pietschmann



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