Modifications

Aide:Tableau pour expert

138 octets ajoutés, 28 février 2011 à 14:54
m
width et height
<table class="wikitable" style="width:10px">
<tr>
<td>cellule</td>
</tr>
</table>
<table class="wikitable" style="width:100px">
<tr>
<td>cellule</td>
</tr>
</table>
<table class="wikitable" style="width:200">
<tr>
<td>cellule</td>
</tr>
</table>
|
<pre>
<table class="wikitable-center" style="width:33%">
<tr>
<td>cellule</td>
</tr>
</table>
|
<pre>
{| class="wikitable-center" style="width:50%"
|cellule
|}
<table class="wikitable-center" style="width:50%">
<tr>
<td>cellule</td>
</tr>
</table>
|
<pre>
{| class="wikitable-center" style="width:100%"
|cellule
|}
<table class="wikitable-center" style="width:100%">
<tr>
<td>cellule</td>
</tr>
</table>
|-
|
{| class="wikitable-center" style="widthheight:100%200px"
| colspan="3" | Tableau 1
|-
|
<pre>
{| class="wikitable-center" style="widthheight:100%200px"
| colspan="3" | Tableau 1
|-
|
<pre>
<table class="wikitable-center" style="widthheight:100%200px">
<tr>
<td colspan="3">Tableau 1</td>
</tr>
<tr>
<td style="width:33%">1/3 cellule 1</td> <td style="width:33%">1/3 cellule 2</td> <td style="width:33%">1/3 cellule 3</td>
</tr>
</table>
|-
|
{| class="wikitable-center" style="widthheight:100%200px"
| colspan="3" | Tableau 2
|-
|
<pre>
{| class="wikitable-center" style="widthheight:100%200px"
| colspan="3" | Tableau 2
|-
|
<pre>
<table class="wikitable-center" style="widthheight:100%200px">
<tr>
<td colspan="3">Tableau 2</td>
</tr>
<tr>
<td style="width:50%">1/2</td> <td style="width:25%">1/4</td> <td style="width:25%">1/4</td>
</tr>
</table>
Wgw
5 307
modifications