This is how I am formatting the table used to
implement Keep Together

<fo:table width="100%"
space-before="{$ActualSpaceBefore}"
table-layout="fixed" >
  <fo:table-column/>
  <fo:table-body>
    <fo:table-row keep-together="always">
      <fo:table-cell>
         <fo:block color="{$FontColorBase}"
line-height="{$LineHeightBase}" >

        <xsl:apply-templates/>
        </fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>


__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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

Reply via email to