I know this is a bit off topic but just a thought - the small gap might
go away if the code is all on one line ?  There's a similar thing with
IE and html when displaying an image:

<tr>
        <td>
                <img src="myimage.gif" />
        </td>
</tr>

Will give a gap on some sides of the image (right and bottom I think)
image but

<tr><td><img src="myimage.gif" /></td></tr>

Will not.

So perhaps 
<fo:table-cell display-align="after"><fo:block
text-align="right"><fo:external-graphic src="url('images/my_image.svg')"
/></fo:block></fo:table-cell>

Might work ??

Daniel



-----Original Message-----
From: Johan Andersson [mailto:[EMAIL PROTECTED] 
Sent: 30 November 2004 12:57
To: [EMAIL PROTECTED]
Subject: Re: Question about image alignment


Hi Mathieu,

Thank you very much for your quick reply. Regarding your problem with 
the small gap between the graphic and the cell border. How about giving 
a negative padding for the cell on the side where the gap is?

Regards,

Johan Andersson


[EMAIL PROTECTED] wrote:
>>align the image with the lower right corner of the cell
> 
> 
> try :
> 
> <fo:table-cell display-align="after"><fo:block
text-align="right"><fo:external-graphic src="url('images/my_image.svg')"
/></fo:block></fo:table-cell>
> 
> it works but I get some small blank spaces between the graphic and the
> border of the cell (I use a svg graphic).
> If you find a solution please tell me.
> 
> Mat.
> 
> ---------------------------------------------------------------------
> 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