Hi,
 
I was wondering why centering works perfectly like this:
 
<paragraph leading="18.0" font="unknown" size="12.0" align="center">
    <chunk fontstyle="bold">CENTER THIS</chunk>
</paragraph>
 
Yet, nesting this in a table cell ignores the align attribute completely.
 
<table columns="1" width="100%" cellpadding="1.0" cellspacing="1.0">
<row>
    <cell>
    <paragraph leading="18.0" font="unknown" size="12.0" align="center">
     <chunk fontstyle="bold">CENTER THIS</chunk>
    </paragraph>
    </cell>
</row>
</table>
 
Is there something I'm missing?
 
Thanks,
Eric

Reply via email to