xsl-list
[Top] [All Lists]

RE: [xsl] Removing fo:table-footer borders

2008-02-19 14:01:39
Hi, Horace:

   There is a document here that you might want to check out: 
http://www.w3schools.com/xslfo/obj_table.asp
   Your attributes for the table like border-style="solid" border-width="1pt" 
do not really have any function since such attributes don't exist in the 
fo:table.

   If you want to get rid of the color, try using something like 
border-left-color="#FFFFFF" and do the similar things to other sides like 
right, top and bottom according to your needs.

    I hope this helps.

Alice
======================================================
Alice Wei
MIS 2008
School of Library and Information Science
Indiana University Bloomington
ajwei(_at_)indiana(_dot_)edu
________________________________________
From: Horace Burke [xmlmarkup(_at_)yahoo(_dot_)com]
Sent: Tuesday, February 19, 2008 3:37 PM
To: XSL-Mulberry
Subject: [xsl] Removing fo:table-footer borders

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>