Bonsoir,
Je suis occupé à faire le nouveau design de mon site et j'ai un petit problème !
J'ai un espace entre deux images qui veut pas partir !
Je le soupçonne de causer un écart d'environ 15 à 20px entre l'header et la barre de navigation !!
Ca m'énerve

!!!
Pour ceux qui savent quoi faire, merci d'avance !! ^^
LE CODE !
[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<table class="total" width="100%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="42" class="headerbarre">
<a href="#"><img src="images/accueil.gif" border="0" width="175" height="42"></a>
<img src="images/forums.gif" border="0" width="152" height="42">
</td>
</tr>
<tr>
<td class="tabmenu" align="center" valign="middle" height="20">
</td>
</tr>
</table>[/html]