- From: Knut Meinke <KMeinke@brainfruit.de>
- Date: Tue, 10 Feb 2004 18:03:19 +0100
- To: <www-xsl-fo@w3.org>
Hi, I have some problems with fo:table. The table seems to be heigher than i said. Please look at this code: ------------------ <fo:table background-color="green"> <fo:table-column column-width="16mm"/> <fo:table-column column-width="16mm"/> <fo:table-column column-width="16mm"/> <fo:table-column column-width="16mm"/> <fo:table-column column-width="16mm"/> <fo:table-body> <fo:table-row height="11mm"> <fo:table-cell> <fo:block end-indent="1mm"> <fo:external-graphic src="file:../images/RedGif.jpg" content-width="16mm" content-height="11mm"/> </fo:block> </fo:table-cell> <fo:table-cell> <fo:block end-indent="1mm"> <fo:external-graphic src="file:../images/RedGif.jpg" content-width="16mm" content-height="11mm"/> </fo:block> </fo:table-cell> <fo:table-cell> <fo:block end-indent="1mm"> <fo:external-graphic src="file:../images/RedGif.jpg" content-width="16mm" content-height="11mm"/> </fo:block> </fo:table-cell> <fo:table-cell> <fo:block end-indent="1mm"> <fo:external-graphic src="file:../images/RedGif.jpg" content-width="16mm" content-height="11mm"/> </fo:block> </fo:table-cell> <fo:table-cell> <fo:block> <fo:external-graphic src="file:../images/RedGif.jpg" content-width="16mm" content-height="11mm"/> </fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> ------------------ I expect 5 16x11mm cells, with 1mm right margin expect the last. Each cell is completely filled with a red image. So i would see 5 red cells with 1mm green margin. There is something green in before and after the images, but no green margin! Wy ist he table bigger as I defined? There are hidden paddings/margins? I don't have defined some :| Wy there are no 1mm margin between the cells? The valid FO document are here: http://tpmt.teleprofi.de/Uploads/fo_test_table.fo The PDF Output are here: http://tpmt.teleprofi.de/Uploads/test.pdf Do you have a hint? Thanks and, best regards, BRAINFRUIT GmbH Knut Meinke Neue Adresse! Grethenweg 139 60598 Frankfurt Tel.: +49 (69) 848467-0 Fax: +49 (69) 848467-55 Web: www.brainfruit.de --------------------------------- Der Inhalt dieser E-Mail ist vertraulich und ausschlie?lich fur den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte, dass jede Form der Kenntnisnahme, Veroffentlichung, Vervielfaltigung oder Weitergabe des Inhalts dieser E-Mail unzulassig ist. Wir bitten Sie, sich in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen. Aussagen gegenuber dem Adressaten unterliegen den Regelungen des zugrunde liegenden Angebotes bzw. Auftrags, insbesondere den Allgemeinen Auftragsbedingungen und der individuellen Haftungsvereinbarung. Der Inhalt der E-Mail ist nur rechtsverbindlich, wenn er unsererseits durch einen Brief entsprechend bestatigt wird.
Received on Tuesday, 10 February 2004 12:03:51 UTC