- From: <mes@komma.zedat.fu-berlin.de>
- Date: Wed, 26 Mar 2003 14:22:31 +0100
- To: www-xsl-fo@w3.org
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