Comment creer espaces dans un tableau

Résolu/Fermé
flexi2202 - 30 janv. 2011 à 21:57
 flexi2202 - 30 janv. 2011 à 22:27
Bonjour,
comment creer espaces dans un tableau html
pour l instant j ai ceci mais tout se colle

<TABLE>

<TR>
<Td>
<center><a href="http://shoepointure35.canalblog.com/albums/modele_006/index.html"><img width="75" height="75" alt="MODELE_006" src="http://storage.canalblog.com/53/83/824422/61338909_q.jpg"></a></a></center>
</Td>
<Td>
<center><a href="http://shoepointure35.canalblog.com/albums/modele_008/index.html"><img width="75" height="75" alt="MODELE_008" src="http://storage.canalblog.com/66/56/824422/61339399_q.jpg"></a></a></center>
</Td>
<Td>
<center><a href="http://shoepointure35.canalblog.com/albums/modele_009/index.html"><img width="75" height="75" alt="MODELE_009" src="http://storage.canalblog.com/58/90/824422/61342614_q.jpg"></a></center>
</Td>
<Td>
<center><a href="http://shoepointure35.canalblog.com/albums/modele_011/index.html"><img width="75" height="75" alt="MODELE_011" src="http://storage.canalblog.com/86/38/824422/61340433_q.jpg"></a></center>
</Td>
<Td>
<center><a href="http://shoepointure35.canalblog.com/albums/modele_012/photos/61341804-modele_a012_photo2.html"><img width="75" height="75" alt="MODELE_012" src="http://storage.canalblog.com/81/02/824422/61341776_q.jpg"></a></center>
</Td>
<TR>
<Td>
<center>modele_006</center>
</Td>
<Td>
<center>modele_008</center>
</Td>
<Td>
<center>modele_009</center>
</Td>
<Td>
<center>modele_0011</center>
</Td>
<Td>
<center>modele_0012</center>
</Td>

</TR>

</TABLE>

merci de votre aide
A voir également:

2 réponses

azzuro Messages postés 1051 Date d'inscription dimanche 30 janvier 2011 Statut Membre Dernière intervention 15 juillet 2011 160
Modifié par azzuro le 30/01/2011 à 22:28
bonsoir
regarde ceci

<TABLE>

<TR>
<Td>
<a href="http://shoepointure35.canalblog.com/albums/modele_006/index.html"><img width="75" height="75" alt="MODELE_006" src="http://storage.canalblog.com/53/83/824422/61338909_q.jpg"></a></a>
</Td>

<Td>
<a href="http://shoepointure35.canalblog.com/albums/modele_008/index.html"><img width="75" height="75" alt="MODELE_008" src="http://storage.canalblog.com/66/56/824422/61339399_q.jpg"></a></a>
</Td>



<Td>
<a href="http://shoepointure35.canalblog.com/albums/modele_009/index.html"><img width="75" height="75" alt="MODELE_009" src="http://storage.canalblog.com/58/90/824422/61342614_q.jpg"></a>
</Td>



<Td>
<a href="http://shoepointure35.canalblog.com/albums/modele_011/index.html"><img width="75" height="75" alt="MODELE_011" src="http://storage.canalblog.com/86/38/824422/61340433_q.jpg"></a>
</Td>



<Td>
<a href="http://shoepointure35.canalblog.com/"><img width="75" height="75" alt="MODELE_012" src="http://storage.canalblog.com/81/02/824422/61341776_q.jpg"></a></center>
</Td>
<TR>
<Td>
modele_006
</Td>
<Td>
modele_008
</Td>
<Td>
modele_009
</Td>
<Td>
modele_0011
</Td>
<Td>
modele_0012
</Td>

</TR>

</TABLE>

tu supprime tes center et tu tape des espaces
0
ok merci cela fonctionne
encore merci
0