putting cell borders

Hi,

  Right now for putting border around table cells I am using the following
method:

<fo:table-cell border-color="black" border-style="solid" text-align="left"
border-start-width="0.2mm" border-end-width="0.2mm"
border-before-width="0.2mm" border-after-width="0.0mm">
    <fo:block>
            <xsl:value-of select="PNR"/>
    </fo:block>
</fo:table-cell>

The idea behind using border-start-width, border-end-width is because I want
to control
which side I want to put border line.

I am using fop-0.20.5.  It seems that in our Clients machine these features
are not working.

I want to know is there any other way I can accomplish this ?

Have a great day.

Karthikeyan B

Received on Monday, 27 October 2003 06:33:37 UTC