HTML: Tableau problème espace blanc

Résolu/Fermé
fastboost Messages postés 152 Date d'inscription jeudi 11 février 2010 Statut Membre Dernière intervention 7 juin 2021 - 2 févr. 2011 à 12:45
 Fabio - 25 mars 2011 à 16:20
Bonjour,

J'ai un problème avec un tableau en HTML, j'ai plusieurs images présentes sur 2 lignes.
Le soucis c'est qu'il y a un espace blanc entre les images du haut et celles du bas.
Je voudrais que ces images soient collées les unes aux autres.

Voici mon code:

<table height="900" width="100%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td valign="center" height="25">
                <img src="Images/communicationt.jpg" border="0" width="145" height="25"/>  <img src="Images/publications.jpg" border="0" width="145" height="25"/>  <img src="Images/financier.jpg" border="0" width="145" height="25"/>  <img src="Images/secretariat.jpg" border="0" width="145" height="25"/>
</td>
</tr>
<tr>
<td valign="top" height="25">
                <img src="Images/communicationt.jpg" border="0" width="145" height="25"/>  <img src="Images/publications.jpg" border="0" width="145" height="25"/>  <img src="Images/financier.jpg" border="0" width="145" height="25"/>  <img src="Images/secretariat.jpg" border="0" width="145" height="25"/>
</td>
</tr>
<tr>
<td valign="top" height="850">
</td>
</tr>
</table>

Merci à ceux qui pourront m'aider.

A voir également:

2 réponses

fastboost Messages postés 152 Date d'inscription jeudi 11 février 2010 Statut Membre Dernière intervention 7 juin 2021 27
2 févr. 2011 à 13:07
Problème résolu
0
Comment as-tu fait ?
0