Hi,

I have a table (4 columns), with the first row spanned to put the title.
The title is centered and I'd like to add a logo (an image) in this title
row at the left. I did this:

<fo:table-cell border-width="1mm" border-style="solid" padding-top="1mm"
number-columns-spanned="4">
     <fo:block text-align="center" color="white" font-size="20pt"
font-weight="bold">
          <fo:inline><xsl:value-of select="@nom"/></fo:inline>
          <fo:external-graphic src="file:fop.jpg" width="100px" height
="60px"/>
     </fo:block>
</fo:table-cell>

The image is at the left side but the title is not centered anymore. Also,
I'd like to put the title in the vertical center also but can find how. Any
idea?

Emmanuel Ponette
Euro DB
Place de l'Université, 16
B-1348 Louvain-La-Neuve

Phone: +32 10 47 67 44
Fax:      +32 10 47 67 67


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

Reply via email to