Tried that, but still doesn't center the table on the page - FOP left-justifies 
it.  Here's the code I used

<fo:table table-layout="fixed" width="100%">
 <fo:table-column column-width="proportional-column-width(1)"/>
  <fo:table-body>
   <fo:table-row>
    <fo:table-cell display-align="center">
     <fo:block text-align="center">

      <fo:table table-layout="fixed" space-before=".1in"  space-after=".1in">   
            
       <fo:table-column column-width=".75in"/>
       <fo:table-column column-width=".75in"/>
       <fo:table-column column-width="2in"/>
       <fo:table-column column-width="2in"/>
       <fo:table-body font-size="9pt" font-family="sans-serif">   
      <xsl:apply-templates select="reg_bit" mode="regs"/>
     </fo:table-body>
    </fo:table>

   </fo:block>
  </fo:table-cell>
 </fo:table-row>
</fo:table-body>
</fo:table>

-----Original Message-----
From: Roland Neilands [mailto:[EMAIL PROTECTED]
Sent: Monday, January 20, 2003 2:43 PM
To: [EMAIL PROTECTED]
Subject: RE: Centering a table


Try putting your table within that cell (ie nested tables)

> -----Original Message-----
> From: Jon Steeves [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 21 January 2003 9:36 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Centering a table
> 
> 
> This is the code from the faq.  Seems to me that it will 
> center the info within the cell, not center the whole table 
> on the page.  Have I misunderstood it?
> 
>         <fo:table-body>
>           <fo:table-row height="297mm">
>             <fo:table-cell display-align="center">
>               <fo:block text-align="center">
>                 <fo:external-graphic src="fop.jpg"/>
>               </fo:block>
>             </fo:table-cell>
>           </fo:table-row>
>         </fo:table-body>
> 
> -----Original Message-----
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 20, 2003 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Centering a table
> 
> 
> Jon Steeves wrote:
> > Does anyone know how to center this table on a page.
> 
> FAQ. See
>   http://xml.apache.org/fop/faq.html#faq-N10489
> 
> J.Pietschmann
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

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

Reply via email to