Excellent, that fixes the problem. Thanks! However, it seems to me as though this is more of a workaround. Perhaps the guys at RenderX could give it a look?
Best Regards,
Mark Cilia Vincenti - Internal Developer - Marketing
GFI Software - www.gfi.com
-----Original Message-----
From: owner-xep-support@renderx.com [mailto:owner-xep-support@renderx.com] On Behalf Of Geyrecker, Andreas (LNG-VIE)
Sent: 02 October 2006 3:00 PM
To: xep-support@renderx.com
Subject: AW: [xep-support] RenderX rendering padding above and below image
Hi Mark,
try adding line-height="1" to <fo:block>s containing external graphics!
Best regards,
Andi
_________________________________________
Andreas Geyrecker
IT und Electronic Publishing
LexisNexis Verlag ARD ORAC GmbH & Co KG
Marxergasse 25
A-1030 Wien
Tel. +43-1-534 52-1602, Fax +43-1-534 52-148
mailto:andreas.geyrecker@lexisnexis.at
http://www.lexisnexis.at
-----Ursprüngliche Nachricht-----
Von: owner-xep-support@renderx.com [mailto:owner-xep-support@renderx.com] Im Auftrag von Mark Cilia Vincenti
Gesendet: Freitag, 29. September 2006 13:56
An: xep-support@renderx.com
Betreff: [xep-support] RenderX rendering padding above and below image
Hi,
I'm running XEP 4.7 and I've been trying to get something done for ages now.
I have this code which I cleaned up as much as I could...
<fo:table table-layout="fixed">
<fo:table-column column-width="90mm"/>
<fo:table-column column-width="52mm"/>
<fo:table-column background-color="black" column-width="68mm"/>
<fo:table-body>
<fo:table-row height="28mm">
<fo:table-cell/>
<fo:table-cell padding-before="5mm">
<fo:block>
<fo:external-graphic>
<xsl:attribute
name="content-height">18mm</xsl:attribute>
<xsl:attribute
name="scaling">uniform</xsl:attribute>
<xsl:attribute
name="src">url('N:\DTP\Company General\xml brochure\new size\gfi_logo.jpg')</xsl:attribute>
</fo:external-graphic>
</fo:block>
</fo:table-cell>
<fo:table-cell padding-before="5mm"
padding-start="5mm">
<fo:block>
<fo:external-graphic>
<xsl:attribute
name="content-height">18mm</xsl:attribute>
<xsl:attribute
name="scaling">uniform</xsl:attribute>
<xsl:attribute
name="src">url('N:\DTP\Company General\xml brochure\new size\3texts.jpg')</xsl:attribute>
</fo:external-graphic>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell/>
<fo:table-cell number-columns-spanned="2">
<fo:block>
<fo:external-graphic>
<xsl:attribute
name="content-width">120mm</xsl:attribute>
<xsl:attribute
name="scaling">uniform</xsl:attribute>
<xsl:attribute
name="src">url('N:\DTP\Company General\xml brochure\new size\faceret.jpg')</xsl:attribute>
</fo:external-graphic>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="3"
background-color="#CC0000" height="2mm"/>
</fo:table-row>
</fo:table-body>
</fo:table>
It is putting in at least 1mm padding between the second and third row, and a thin white line between the 1st and second row. How can I remove these please?
This mail was checked for viruses by GFI MailSecurity.
GFI also develops anti-spam software (GFI MailEssentials), a fax server (GFI FAXmaker), and network security and management software (GFI LANguard) - www.gfi.com
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Mon Oct 2 07:23:16 2006
This archive was generated by hypermail 2.1.8 : Mon Oct 02 2006 - 07:23:17 PDT