[xsl] Removing fo:table-footer borders

Subject: [xsl] Removing fo:table-footer borders
From: Horace Burke <xmlmarkup@xxxxxxxxx>
Date: Tue, 19 Feb 2008 12:37:39 -0800 (PST)
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>&#160; 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

Current Thread