Re: Does border-right work?

OK, I tried moving it down to the cell or block level

Either of these will work::

<fo:block border="0.2pt solid black">Phone: </fo:block>

<fo:table-cell text-align="right" padding-end="2pt" border="0.2pt solid
black">

But neither of these have any effect:

<fo:block border-right="0.2pt solid black">Phone: </fo:block>

<fo:table-cell text-align="right" padding-end="2pt" border-right="0.2pt
solid black">

Received on Tuesday, 16 September 2003 16:50:55 UTC