Hi.
I'm trying to create a PDF with two columns, using <fo:table> Like so...
----------------
| | |
| | |
| | |
| a | b |
| | |
| | |
| | |
----------------
I am nesting <fo:block> and other <fo:table>, as well as external
graphics inside both column A and column B.
The problem I am having is that for some reason, the content in column B
is breaking onto a second page even though there is plenty of room for
the content. Vertically, column A actually extends farther down the page
then column B, but column A doesn't break.
When I take the content out of the two column format just have block on
top of block, like so... (without nesting it into a <fo:table> AND I
tested it when I wrapped it inside a <fo:table>)
--------
| |
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
| |
--------
This works fine and then wraps at the end of page 1 near the bottom,
like it should.
I'm just wondering if anyone else has run into problems with nested
tables and if there are any solutions to this problem.
I know that it's not an issue with the <fo:block> being large enough
that it HAS to wrap...I've tested for that and many other things.
If you can help, it is greatly appreciated.
-Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]