Bonjour,
Ça ne sert à rien de définir deux fois la hauteur pour tes tableaux :
<html>
<head>
<title>WAWAWA</title>
</head>
<body>
<div>
<table cellspacing='0px' border='0px' width='1000px' height='700px'>
<tr height='350px'>
<table cellspacing='0px' border='0px' width='1000px' height='350px'>
<tr>
<td bgcolor='#000000' width='500px'></td>
<td bgcolor='#FF0000' width='500px'></td>
</tr>
</table>
</tr>
<tr height='350px'>
<table cellspacing='0px' border='0px' width='1000px' height='350px'>
<tr>
<td bgcolor='#00FF00' width='500px'></td>
<td bgcolor='#0000FF' width='500px'></td>
</tr>
</table>
</tr>
</table>
</div>
<a href='config.php'>Config</a>
</body>
</html>Ceci devrais régler ton problème.
Si tu veux bien coder :
-Pense à faire de bonnes indentations dans ton code
-Évite autant que tu peux de mettre des tableaux dans des tableaux
-Essaie de mettre des balises du genre
bgcolor='#00FF00' width='500px', préfére la balise de style avec du css : style="bgcolor:#00FF00; width:500px;" ou encore mieu, utilise une classe.
Bon courage pour la suite
____________________
Jérémy, Membre du projet open source Cligraphcrm.