Code : Tout sélectionner
<tr>
<td ALIGN='CENTER' bgcolor='#EBEBEB'><font size=1>AA</font></td>
<td ALIGN='LEFT' bgcolor='#EBEBEB'><font size=2><BB</font>></td>
<td ALIGN='LEFT' bgcolor='#EBEBEB'><font size=1>CC</font></td>
<td ALIGN='CENTER' bgcolor='#EBEBEB'><font size=1>DD</font></td>
<td ALIGN='RIGHT' bgcolor='#EBEBEB'><font size=1>EE</font></td>
<td ALIGN='CENTER' bgcolor='#EBEBEB'><font size=1>FF</font></td>
</tr>
<tr>
<tr>
<td ALIGN='CENTER' bgcolor='#EBEBEB'><font size=1>AA'</font></td>
<td ALIGN='LEFT' bgcolor='#EBEBEB'><font size=2><BB'</font>></td>
<td ALIGN='LEFT' bgcolor='#EBEBEB'><font size=1>CC'</font></td>
<td ALIGN='CENTER' bgcolor='#EBEBEB'><font size=1>DD'</font></td>
<td ALIGN='RIGHT' bgcolor='#EBEBEB'><font size=1>EE'</font></td>
<td ALIGN='CENTER' bgcolor='#EBEBEB'><font size=1>FF'</font></td>
</tr>
<tr>
J'aimerai regrouper tous les AA dans un 1er tableau, tous les BB dans un 2ème tableau, etc...
Comment je peux faire ?