Skip to content
mcodutti edited this page May 31, 2012 · 1 revision

Si on ne spécifie pas de taille pour les colonnes, elles ont tendance à être de la même largeur dans la version papier. Il vaut mieux spécifier une taille explicite pour chaque colonne (et en pixel car en pourcent il n'a pas l'air d'en tenir compte). Ce qui donne

      <table>
      <tablerow>
        <tableheading width="60" units="pixels">Exercice</tableheading>
        <tableheading width="60" units="pixels">Erreur</tableheading>
        <tableheading width="300" units="pixels">Message affiché </tableheading>
      </tablerow>
      <tablerow>
        <tableheading>Ex1 </tableheading>
        <tabledata></tabledata>
        <tabledata></tabledata>
      </tablerow>
      <tablerow>
        <tableheading>Ex2</tableheading>
        <tabledata></tabledata>
        <tabledata></tabledata>
      </tablerow>
    </table>

Clone this wiki locally