Quelques exemples.
</script>
</body></td></TR>
Le </body> est perdu ici, ce n'est pas sa place.
<TABLE BORDER bgCOLOR=#336699 WIDTH=1000 HEIGHT=178>
Choisis, tout en majuscules ou tout en minuscules.
BORDER, border quoi ? Il est prévu d'indiquer quelque chose
border="1"
Il est préférable de placer les indications entre " et "
WIDTH="1000".
Partout, pas de temps en temps
name="bouton4" border=0
Tout est présenté sur la même ligne
<TR><TD><A HREF="…</A></TD><td align=center…
Un peu de structuration ne gêne pas
<TR>
<TD>
<A HREF="…
</TD>
<td align="center"…
</td>
</TR>
À part le BORDER, ce n'est pas que c'est faux, mais à lire…
Pour ceux qui veulent aider, avec en plus du Javascript (qu'on pourrait éviter) qui vient s'y insérer, c'est vraiment pénible de s'y retrouver… On est obligé de faire le ménage avant.
Respecte-nous, ne balance pas ton code comme ça, en vrac.
<table BORDER="0" width="1000" HEIGHT="178">
<tr>
<td width="15%" BGCOLOR="#336699">
<a HREF="page2.htm"
onmouseover="bouton.src='http://img184.imageshack.us/img184/2218/bouton1bisde7.gif';"
onmouseout="bouton.src='http://img110.imageshack.us/img110/5346/bouton1dq4.gif';">
<img SRC="http://img110.imageshack.us/img110/5346/bouton1dq4.gif" name="bouton" border="0">
</a>
</td>
<td align=center valign="top" width="70%" ROWSPAN="4" style="background-color:transparent;">
Je voudrais rendre cette zone transparente !
</td>
<td width="15%" ROWSPAN="4" align="center" BGCOLOR="#336699">
<script type="text/javascript" src="http://www.service-gratuit-fr.com/horloges.php?id=134479&w=120&h=120"></script>
</td>
</tr>
<tr>
<td BGCOLOR="#336699">
<a HREF="page2.html"
onmouseover="bouton2.src='http://img236.imageshack.us/img236/1073/bouton2xz2.gif';"
onmouseout="bouton2.src='http://img236.imageshack.us/img236/1495/bouton2bisnq3.gif';">
<img SRC="http://img236.imageshack.us/img236/1495/bouton2bisnq3.gif" name="bouton2" border="0">
</a>
</td>
</tr>
<tr>
<td BGCOLOR="#336699">
<a HREF="page2.html"
onmouseover="bouton3.src='http://img170.imageshack.us/img170/493/bouton3bisjpgum6.gif';"
onmouseout="bouton3.src='http://img225.imageshack.us/img225/2571/bouton3vb7.jpg';">
<img SRC="http://img225.imageshack.us/img225/2571/bouton3vb7.jpg" name="bouton3" border="0">
</a>
</td>
</tr>
<tr>
<td BGCOLOR="#336699">
<a HREF="page2.html"
onmouseover="bouton4.src='http://img518.imageshack.us/img518/4935/bouton4sk9.gif';"
onmouseout="bouton4.src='http://img519.imageshack.us/img519/8144/bouton4biszp3.gif';">
<img SRC="http://img519.imageshack.us/img519/8144/bouton4biszp3.gif" name="bouton4" border="0">
</a>
</td>
</tr>
</table>
++
Un petit outil utile avant de poster
http://infohound.net/tidy/
--