How to vertically center text and image?

Hi,

my text is smaller as image,
how can i vertically center the text?
Example:
     .........
Text . Image . Text
     .........

but not

Text ......... Text
     . Image .
     .........

     
<fo:inline>
   <fo:inline> Text </fo:inline>
   <fo:external-graphic src="www.bmp"/>
   <fo:inline> Text </fo:inline>
</fo:inline>


Thanks

Received on Wednesday, 26 March 2003 08:20:15 UTC