> Is there a way I can get the middle column to be a
> variable width, one that changes depending on the
> width of each images?

Are you really going to use the first and third column?
If not, try :

<fo:table-row>
        <fo:table-cell display-align="center" number-columns-spanned="3">
        <fo:block>
                <fo:external-graphic height="2in" 
                                src="{$imagePath}/{$imageName}"/>
        </fo:block>
        </fo:table-cell>
</fo:table-row>

for all rows containing images... Should get you on track.

Greetz,

Andreas Delmelle

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

Reply via email to