Hi
In my xsl-file, I want to print a background-image in a cell.
When the cell is empty (whitout a text) the image isn't visible in the
PDF-File!
How can I attempt, that the image is allways visible?
the script looks like this:
<fo:table table-layout="fixed" padding-top="0.3cm">
<fo:table-column column-width="4.6cm"/>
<fo:table-column column-width="0.4cm"/>
<fo:table-column column-width="1cm"/>
<fo:table-column column-width="8.2cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell number-rows-spanned="4">
<fo:block font-size="12pt"
font-family="Ftb_____"
font-weight="bold"
font-style="regular"
color="gray"
text-align="left">Basierend auf SLA-Nr:
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block font-size="12pt"
font-family="Ftb_____"
font-weight="light"
font-style="regular"
padding-top="0cm"
text-align="center"
<!-- no-repeat option doesen't help -->
background-image="slm/images/box.gif"/>
<xsl:value-of select="slaBody184"/>
</fo:block>
</fo:table-cell>
...
Why <fo:external-graphic content-hight="110%" scaling="uniform"
src="myGrafic.gif"
...
doesen't happen??
Why the background-image change his size in the cell, when I change the
font-size??
Thank's a lot for Help!
Regards
patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]