Bonjour,

Je me permets une nouvelle fois de vous demander votre aide.

Parvenue enfin à faire le mon table en html tel que je le souhaitais (bordure d'un couleur, sans chevauchement avec les autres celulles, couleur de fond...)

Je suis confrontée à un autre problème.

La page que je suis en train de faire se trouve à cette adresse : > ICI <

Mon tableau ainsi fait que ma colonne de droite n'est pas indépendante de celle de gauche et je ne peux pas leur donner une "height" hauteur différente à chacune. Si je les mets dans un tableau en plus pour les séparer, ma mise en page change et les bordures ne sont plus dans l'axe de celle du tableau du haut.

Voici mon code : (c'est du bidouillage, désolée pour les puristes !! : /)
<div align="center">&nbsp;</div>

<div align="center">
<table width="95%" cellpadding="0" cellspacing="0">
<tr><td>

<div align="center">
<table width="100%" cellpadding="0" cellspacing="0">

<tr><td style="border:1px solid rgb(186,212,255);" bgcolor="#FFFFFF">

<div align="center">&nbsp;</div>
<div align="center"><img src="titre.png"></div>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr><td width="10%"><div align="center"><img src="images/blank1.gif"></div></td>

<td width="80%"><div align="center"><font color="#9CB2D9" size="2"><b>LE GUIDE PRATIQUE POUR BIEN ACHETER ET BIEN VENDRE SUR EBAY</b></font></div></td>

<td width="10%"><div align="center"><img src="images/blank1.gif"></div></td>
</tr></table>

<div align="center"><img src="http://hstfr.tradedoubler.com/file/1695/generic/468x60/SM_Femme_468x60_C.gif"></div>

<div align="center">&nbsp;</div>

</td></tr>

<tr><td style="border-left: 1px solid rgb(186,212,255); border-right: 1px solid rgb(186,212,255); border-bottom: 1px solid rgb(186,212,255);"

bgcolor="#E7F3FF">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="2%"><div align="center"><img src="images/blank2.gif"></div></td>

<td width="96%"><div align="center"><font color="#9CB2D9" size="2"><b>Débuter | Naviguer | Gérer | Acheter | Vendre | Services | Boutiques | Paypal | Sécurité | Plus | Contact</b></font></div></td>

<td width="10%"><div align="center"><img src="images/blank2.gif"></div></td>
</tr></table>
</tr></table></div><br>

<div align="center">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="75%" style="border-left: 1px solid rgb(186,212,255); border-right: 1px solid rgb(186,212,255); border-top: 1px solid rgb(186,212,255); border-bottom: 1px solid rgb(186,212,255);" bgcolor="#E7F3FF">&nbsp;</td>

<td width="3%">&nbsp;</td>

<td width="22%" style="border-left: 1px solid rgb(186,212,255); border-right: 1px solid rgb(186,212,255); border-top: 1px solid rgb(186,212,255); border-bottom: 1px solid rgb(186,212,255);" bgcolor="#E7F3FF">&nbsp;</td>
</tr>

<tr>
<td width="75%" style="border-left: 1px solid rgb(186,212,255); border-right: 1px solid rgb(186,212,255); border-bottom: 1px solid rgb(186,212,255);" bgcolor="#FFFFFF">&nbsp;</td>

<td rowspan="3">&nbsp;</td>

<td width="22%" style="border-left: 1px solid rgb(186,212,255); border-right: 1px solid rgb(186,212,255); border-bottom: 1px solid rgb(186,212,255);" bgcolor="#FFFFFF">&nbsp;</td>

</tr>
</table></div>


</td></tr>
</table></div>
Merci par avance de votre aide.