I have a fo which looks like this:

<fo:block>
   <fo:table>
      .......
   </fo:table>
   <fo:table>
      .......
   </fo:table>
   <fo:table>
      .......
   </fo:table>
   <fo:table>
      .......
   </fo:table>
</fo:block>

The number of tables in the fo:block is variable. Is
there a way to lay the tables in a single row one
after the other and if it does not fit in the same row
to go on the next row.

<table1> <table2> <table3>
<table4> <table5>

In the above example table1, table2 and table3 fit
across the width of the page. table4 and table5 are on
the next row.

Each of the individual pages would resize to content
and so in some cases 2 tables might be on one row
while in some other case it might be as much as 4 in a
row.

Thanks in advance.

Prakash


                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

Reply via email to