Hi all,

I have a question about tables and their (colored) borders.
For example, consider the next FOP XML

<fo:table table-layout="fixed" inline-progression-dimension="17cm">
        <fo:table-column column-number="1"/>
        <fo:table-column column-number="2"/>
        <fo:table-body>
                <fo:table-row>
                        <fo:table-cell background-color="#FFFFFF"
border="solid 1px #ffffff">
                                <fo:block></fo:block>
                        </fo:table-cell>                    
                        <fo:table-cell background-color="#FFFFFF"
border="solid 1px #000000">
                                <fo:block>asdasd</fo:block>
                        </fo:table-cell>
                </fo:table-row>
                <fo:table-row>                    
                        <fo:table-cell background-color="#FFFFFF"
border="solid 1px #004080">
                                <fo:block>asdasd</fo:block>
                        </fo:table-cell>
                        <fo:table-cell background-color="#FFFFFF"
border="solid 1px #ffffff">
                                <fo:block></fo:block>
                        </fo:table-cell>
                </fo:table-row>
        </fo:table-body>
</fo:table>

This produces a table something like:

                -------------
                | asdasd        |
-------------
| asdasd
-------------

As one can see, the lower left column misses the right border, and the
upper
right misses the bottom border. What I want is the following:

                -------------
                | asdasd        |
-------------------------
| asdasd        |
-------------

Has anyone any suggestion or tips how to fix this ? Is this a bug within
fop ?

Thanks in advance,

Leonard


Leonard Wolters
Software Developer
--------------------------------

BackStream(R)
Willem de Zwijgerlaan 350-352
1055 RD Amsterdam
The Netherlands
tel +31 20 386 8365
fax +31 20 386 8948 

Post Office Address: 
Postbus 58385
1040 HJ Amsterdam

BackStream: content management - multi-channel distribution
www.backstream.com

This e-mail and any attachment may contain confidential and privileged
material 
intended for the addressee only. If you are not the addressee, you are
notified 
that no part of the e-mail or any attachment may be disclosed, copied or

distributed, and that any other action related to this e-mail or
attachment is 
strictly prohibited, and may be unlawful. If you have received this
e-mail by 
error, please notify the sender immediately by return e-mail, and delete
this 
message. BackStream, its subsidiaries and/or its employees shall not be
liable 
for the incorrect or incomplete transmission of this e-mail or any
attachments, 
nor responsible for any delay in receipt. 



BackStream(R)
Willem de Zwijgerlaan 350-352
1055 RD Amsterdam
The Netherlands
tel. +31 20 386 8365
fax +31 20 386 8948 

Post Office Address: 
Postbus 58385
1040 HJ Amsterdam

BackStream: The Digital Delivery Company
www.backstream.com

This e-mail and any attachment may contain confidential and privileged material 
intended for the addressee only. If you are not the addressee, you are notified 
that no part of the e-mail or any attachment may be disclosed, copied or 
distributed, and that any other action related to this e-mail or attachment is 
strictly prohibited, and may be unlawful. If you have received this e-mail by 
error, please notify the sender immediately by return e-mail, and delete this 
message. BackStream, its subsidiaries and/or its employees shall not be liable 
for the incorrect or incomplete transmission of this e-mail or any attachments, 
nor responsible for any delay in receipt.

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

Reply via email to