AW: [xep-support] RenderX rendering padding above and below image

From: Geyrecker, Andreas \(LNG-VIE\) <Andreas.Geyrecker@lexisnexis.at>
Date: Mon Oct 02 2006 - 05:59:53 PDT

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
Received on Mon Oct 2 06:18:39 2006

This archive was generated by hypermail 2.1.8 : Mon Oct 02 2006 - 06:18:43 PDT