Bonjour,

Je veux éditer des lignes vides dans un tableau, en sortie les lignes sont ignorées

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
    <fo:table-row>
      <fo:table-cell>
            <fo:block font-size="7pt" text-align="left" > </fo:block>
      </fo:table-cell>
      <fo:table-cell>
           <fo:block font-size="7pt" text-align="left" > </fo:block>
      </fo:table-cell>
    </fo:table-row>
Si quelqu'un a une idée ?

Merci