I can't reproduce the problem with any FOP version (0.20.5, 0.91beta,
Trunk). Please provide a complete, scaled-down FO file (not XSLT!) that
shows your problem.

On 08.04.2006 17:49:45 Guillaume wrote:
> Hello,
> 
> I have troubles trying to align an image and text in a table.
> When I use the following code :
> 
> <fo:table-row>
>       <fo:table-cell
>               display-align="center"
>               text-align="left">
>               <fo:block
>                       border="1pt"
>                       border-style="solid">
>                       <fo:external-graphic
>                               src="<some image>"
>                               scaling="uniform"
>                               content-height="1.5cm"
>                               display-align="center"/>
>               </fo:block>
>       </fo:table-cell>
>       <fo:table-cell
>               display-align="center"
>               text-align="right">
>               <fo:block
>                       border="1pt"
>                       border-style="solid">
>                       <xsl:text>Page </xsl:text>
>                       <fo:page-number/>
>               </fo:block>
>       </fo:table-cell>
> </fo:table-row>
> 
> the table is displayed like this :
> 
>                   ------------------------
>                   |               Page 1 |
> ------------------------------------------
> | <some image>    |
> -------------------
> 
> But I want to display :
> 
> ------------------------------------------
> | <some image>    |               Page 1 |
> ------------------------------------------
> 
> I tried to put text instead of graphic, it's OK.
> But when it's the image, it's KO.
> 
> I would be very grateful if so could help me.
> 
> Many thanks in advance,
> Guillaume.


Jeremias Maerki


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

Reply via email to