Subject: Re: Removing fo:table-footer borders
From: "Lech Rzedzicki" <xchaotic@xxxxxxxxx>
Date: Wed, 20 Feb 2008 08:17:52 +0000
|
If you're using Arbortext tools, check if Arbortext Styler is
available. While it's not free, you can either get a trial to get a
feel, or perhaps it was shipped with the rest of the products.
It's almost WYSIWIG and it can either save a proprietaly .styler or
XSL, it can also import existing XSL, so it seems worthy to take a
look.
Lech
On Feb 19, 2008 8:37 PM, Horace Burke <xmlmarkup@xxxxxxxxx> wrote:
> Hi All,
>
> Is it possible to prevent the borders in <fo:table-footer> from
> displaying? I tried a variety of properties (border-style="none"
> border-right="none" border-left="none" border-bottom="none"
> border-top="none") and nothing seems to be able to remove the borders.
>
> I am using Arbortext E3 for rendering.
>
> Thanks in advance for you help!
>
> Regards,
> Horace Burke
>
> <fo:table border-style="solid" border-width="1pt"
> keep-with-previous.within-column="always">
> <fo:table-footer>
> <fo:table-row>
> <fo:table-cell>
> <fo:block> SOME TEXT HERE!! </fo:block>
> </fo:table-cell>
> </fo:table-row>
> </fo:table-footer>
> <fo:table-body>
> <fo:table-row>
> <fo:table-cell border-style="solid" border-width="1.5pt"
> border-bottom="1.5pt" border-left="1.5pt" border-right="1.5pt"
> padding-top="2.5mm" padding-bottom="2.5mm" number-columns-spanned="7">
> <fo:block text-align="center" font-weight="bolder">
> <xsl:apply-templates select="title" mode="TitleFontSize14"/>
> </fo:block> <!--Section 9 Title-->
> </fo:table-cell>
> </fo:table-row>
> </fo:table-body>
> .........
> </fo:table>
>
>
> ____________________________________________________________________________________
> Never miss a thing. Make Yahoo your home page.
> http://www.yahoo.com/r/hs
|