Image daans un tableau

Fermé
yapasquemoi - 4 févr. 2011 à 16:50
le_joker_fou Messages postés 764 Date d'inscription mercredi 5 août 2009 Statut Membre Dernière intervention 7 août 2014 - 4 févr. 2011 à 16:51
Bonjour,

Dans un tableau je souhaite mettre une image mais je me retrouve à chaque fois avec une bande blanche autour de mon image.
Qui peu m'aider à régler mon problème.
Merci de vos conseils et votre aide
Cordialement

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>QUADRILLAGE</title>
</head>
<body>
<table
style="text-align: left; margin-right: auto; margin-left: 0px; width: 165px; height: 150px;"
border="5" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top; height: 50px; width: 53px;"><img
style="width: 53px; height: 49px;" alt=""
src="file:///C:/Documents%20and%20Settings/Propri%C3%A9taire/Bureau/choix_images/lestours.png"><br>
</td>
<td
style="vertical-align: top; background-color: rgb(51, 51, 255); height: 50px; width: 53px;"><br>
</td>
<td style="vertical-align: top; height: 50px; width: 53px;"><br>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: black; height: 50px; width: 53px;"><br>
</td>
<td
style="vertical-align: top; background-color: yellow; height: 50px; width: 53px;"><br>
</td>
<td style="vertical-align: top; height: 50px; width: 53px;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; height: 50px; width: 53px;"><br>
</td>
<td style="vertical-align: top; height: 50px; width: 53px;"><br>
</td>
<td style="vertical-align: top; height: 50px; width: 53px;"><br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>





A voir également:

1 réponse

le_joker_fou Messages postés 764 Date d'inscription mercredi 5 août 2009 Statut Membre Dernière intervention 7 août 2014 239
4 févr. 2011 à 16:51
Essaie de mettre border="0" à la place de border="5"
0