salut, j´ai ce code :
<HTML>
<HEAD>
<TITLE>lalilu</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style type="text/css">
td
{
border: 1px solid black; /* ... auront une bordure de 1px */
}
</style>
</HEAD>
<body>
<tr>
<td>
<img src="dbz.gif"/> lalalililululolo
</td>
</tr>
</body>
</HTML>
ça m´affiche le texte et l´image mais pas les bordures, quelqu´un peut m´aider?