You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Katiyar, Bhawana" <Bh...@workscape.com> on 2002/04/09 20:17:48 UTC

Borders disappeared

Hi,

I was developing with FOP 0.18 and when I switched to the 0.20.2 version, my borders seemed to have disappeared.

here's a snippet of code:

<fo:table-row line-height="12pt" border-bottom-width="1pt" border-bottom-color="black" border-bottom-style="solid">
<fo:table-cell>
<fo:block font-weight="normal" font-size="8pt" text-align="center"> Some Data</fo:block>
</fo:table-cell>
</fo:table-row>



thanks in advance,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Borders disappeared

Posted by Jeremias Maerki <je...@outline.ch>.
Border support on table-rows has been disabled (for now) because of
certain problems. You have to specify the border properties on table and
table-cell. As a compensation border stuff of table-cell has improved a
lot since 0.18. I hope this helps.

> I was developing with FOP 0.18 and when I switched to the 0.20.2 version, my borders seemed to have disappeared.
> 
> here's a snippet of code:
> 
> <fo:table-row line-height="12pt" border-bottom-width="1pt" border-bottom-color="black" border-bottom-style="solid">
> <fo:table-cell>
> <fo:block font-weight="normal" font-size="8pt" text-align="center"> Some Data</fo:block>
> </fo:table-cell>
> </fo:table-row>

Cheers,
Jeremias Märki

mailto:jeremias.maerki@outline.ch

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Tel. +41 41 317 2020 - Fax +41 41 317 2029
Internet http://www.outline.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org