Re: table-row wrap

2003-06-16 Thread J.Pietschmann
susan atmaja wrote:
I have a problem with table row when the content of table cell exceeds 
the witdth specified.
Did you take a look at
  http://xml.apache.org/fop/faq.html#cells-overflow
I want the following to be the output :
Each column's value is completely displayed (no overlapping).  When the 
end of table / page is reach, I want the next values to be wrapped to 
the next row.

For example,


This does not quite match typical solutions to your problem
statement. Text can easily be wrapped inside a table cell, but
you can't easily change the number of columns and rows.
J.Pietschmann



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


table-row wrap

2003-06-15 Thread susan atmaja
Hi,

I have a problem with table row when the content of table cell exceeds the 
witdth specified.

E.g. a table with 3 columns, with the following values : , , 
When the value of 1st column exceeds the width specified, the last few 
characters of the first column value will be overlapped with the first few 
characters of the second column, etc. And when the columns have exceeded the 
page width, then the values are truncated.

I want the following to be the output :
Each column's value is completely displayed (no overlapping).  When the end 
of table / page is reach, I want the next values to be wrapped to the next 
row.

For example,


Please advise. Thanks.

-Susan-

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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