bonjour
j'essaye de coller une image avec un tableau mais il y a toujours un espace que je ne parviens pas à supprimer (voir code ci dessous)
quelqu'un pourrait t'il m'aider?
merci
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Mon super site</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<img src="haut.gif" alt="" width="92" height="27" vspace="0"/>
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#111111" width="92px">
<tr>
<td>bla bla bla bla bla bla bla bla bla bla </td>
</tr>
</table>
</body>
</html>
j'essaye de coller une image avec un tableau mais il y a toujours un espace que je ne parviens pas à supprimer (voir code ci dessous)
quelqu'un pourrait t'il m'aider?
merci
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Mon super site</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<img src="haut.gif" alt="" width="92" height="27" vspace="0"/>
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#111111" width="92px">
<tr>
<td>bla bla bla bla bla bla bla bla bla bla </td>
</tr>
</table>
</body>
</html>