Modifications

Aller à : navigation, rechercher

Aide:Tableau pour expert

37 octets ajoutés, 28 février 2011 à 22:06
m
Cellules fusionnées
Les attributs <code>colspan=""</code> et <code>rowspan=""</code> permettent de fusionner plusieurs cellules d’une même rangée ou d’une même colonne respectivement.
|colspan="2"| fusion de deux cellules d’une même rangée
{|widthclass="100%wikitable-center" border|-!scope="0" cellspacing="2" cellpadding="2col" style="border:1px solid #AAAAAA;background:#whiteE0E0FF;color:black"|-bgcolor="#EEEEEE"Résultat affiché!scope="col"| Résultat affiché!scopestyle="colbackground:#E0E0FF;"| Codage Wiki!scope="col" style="background:#E0E0FF;"| Codage HTML
|-
|<!-- Résultat affiché -->
<pre>
<table class="wikitable-center">
<tr> <td>Cellule 1</td><td>Cellule 2</td><td>Cellule 3</td> </tr> <tr> <td>Simple</td><td colspan="2">Fusionnée</td> </tr>
</table>
</pre>
|}
|rowspan="3"| fusion de trois cellules d’une même colonne
{|widthclass="100%wikitable" border|-!scope="0" cellspacing="2" cellpadding="2col" style="border:1px solid #AAAAAA;background:#whiteE0E0FF;color:black"|-bgcolor="#EEEEEE"Résultat affiché!scope="col"| Résultat affiché!scopestyle="colbackground:#E0E0FF;"| Codage Wiki!scope="col" style="background:#E0E0FF;"| Codage HTML
|-
|<!-- Résultat affiché -->
<pre>
<table class="wikitable-center">
<tr> <th>Cellules simples</td><th>Colonne</th> </tr> <tr> <td>Gauche 1</td><td rowspan="3">Droite</td> </tr> <tr> <td>Gauche 2</td> </tr> <tr> <td>Gauche 3</td> </tr>
</table>
</pre>
Wgw
5 307
modifications

Menu de navigation