FO:TABLE - Background-color and border

"Sylvie Billet" <[email protected]>
Newsgroups gmane.text.xml.french.tech
Message-ID <[email protected]>
Bonjour,
Je n’arrive pas dans un tableau à avoir une couleur de fond (différente
suivants les colonnes) et les filets par-dessus,

Voila mon code (exemple sur deux colonnes la première avec un fond couleur,
la deuxième blanche) :

 

<fo:table-cell column-number="2" text-align="left" padding-bottom="2pt"
border-bottom="0.2pt solid black" padding-top="2pt"
background-color="#FDCA90">

        <fo:block xsl:use-attribute-sets="body7cd" font-weight="bold">

                <fo:inline text-decoration="underline">

                      <xsl:value-of
select="listeDescriptifHabitation/descriptifHabitation/libelle0"/>

                </fo:inline>

         </fo:block>

</fo:table-cell>

<fo:table-cell column-number="3" " text-align="center"  border-bottom="0.2pt
solid black" padding-left="2pt">

        <fo:block>

<xsl:choose>

                     <xsl:when test="capacite/nombreMax=capacite/nombreMin">

                              <xsl:value-of select="capacite/nombreMin"/>

                               </xsl:when>

                               <xsl:when test="capacite/nombreMin!='0'">

                              <xsl:value-of select="capacite/nombreMin"/> -
<xsl:value-of select="capacite/nombreMax"/>

                          </xsl:when>

                     <xsl:otherwise:>

             </xsl:choose>


        </fo:block>

</fo:table-cell>

 

J’ai essayé aussi de rajouter un rang à la fin, mais c’est pareil, le filet
qui est sur les colonnes colorées est plus fin.

Je n’arrive pas à comprendre pourquoi, si quelqu’un a déjà eu ce cas de
figure, ce serait super.

Merci d’avance

 

 

Sylvie Billet - Factory Productions

T> 04 93 07 08 00 - F> 04 93 07 04 02

149 avenue des Mimosas

06700 Saint-Laurent-du-Var
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.