> -----Original Message-----
> From: Nguyen, Thang [mailto:[EMAIL PROTECTED] 
> 
> I layout a <fo:block> like this:
> 
> <fo:block>Some text here ..<fo:external-graphic 
> src="url({IMAGEPATH})"/>.</fo:block>
> 
> The result is: the text & the image are aligned by the top of 
> the block
> 
> My question is how to align the text & the image by the 
> bottom of the block.

Hi Thang,

Since display-align is not yet implemented for inlines FOs (both in FOP 0.20.5 
and 0.92b), as a work around, you can play with baseline-shift property on your 
fo:external-graphic, using negative values (FOP 0.92bà or 'sub' value (all FOP 
versions).

HTH,
Pascal

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

Reply via email to