You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Kodandapani A." <ko...@mindtree.com> on 2003/05/28 07:36:20 UTC

Different rows inside a cell

Hi,

I am facing problem while creating rows inside a cell.
I have two columns. First column will have only one row. 
And second column contains 6 rows in it. 

i am try to put <fo:table-row > inside <fo:table-cell>. 
But it is not working.

Is there any solution for this.

Thanks in advance
- KP



DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return  e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.  Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Different rows inside a cell

Posted by "Rodolfo M. Raya" <ro...@heartsome.net>.
On Wed, 2003-05-28 at 02:36, Kodandapani A. wrote:

> I am facing problem while creating rows inside a cell.
> I have two columns. First column will have only one row. 
> And second column contains 6 rows in it. 
> 
> i am try to put <fo:table-row > inside <fo:table-cell>. 
> But it is not working.


Put a table inside the cell that needs 6 rows.

Rodolfo