Comment creer espaces dans un tableau

Résolu
flexi2202 -  
 flexi2202 -
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

2 réponses

  1. azzuro Messages postés 1161 Statut Membre 160
     
    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
  2. flexi2202
     
    ok merci cela fonctionne
    encore merci
    0