I've the following code somewhere in a page:
<fo:table keep-with-next="always" table-layout="fixed" width="144mm">
<fo:table-column column-number="1" column-width="10mm"/>
<fo:table-column column-number="2" column-width="2.5mm"/>
<fo:table-column column-number="3" column-width="6mm"/>
<fo:table-column column-number="4" column-width="125.5mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size='7pt'
font-weight='bold'>09</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size='7pt'
font-weight='bold'><fo:block>Miconazol</fo:block>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
<fo:table keep-with-previous="always" table-layout="fixed"
width="144mm">
<fo:table-column column-number="1" column-width="10mm"/>
<fo:table-column column-number="2" column-width="2.5mm"/>
<fo:table-column column-number="3" column-width="6mm"/>
<fo:table-column column-number="4" column-width="125.5mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size='7pt'>
<fo:list-block><fo:list-item><fo:list-item-label><fo:block>•</fo:block></fo:list-item-label><fo:list-item-body
start-indent='2mm'><fo:block><fo:block>Daktarin (Janssen-Cilag) 30g Gel Oral
20mg/g</fo:block>
</fo:block></fo:list-item-body></fo:list-item></fo:list-block>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
What i was supposed to expect would be that the two tables to stick together
in the same page, but the actual results are that they are broken apart one
in each page...
Is there a solution around it?
Thanx in advance,
lferro
--
View this message in context:
http://www.nabble.com/keep-with-next-%28fop-thrunk-svn-08Ago2006%29-tf2151524.html#a5941547
Sent from the FOP - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]