Salut a tous,
Je suis dépassé par un problème basique:
J'ai un tableau un peu particulier et j'essai de donner une hauteur à la colonne "b". J'ai fait ce que j'ai pu, mettre des height= partout mais rien a faire, ca ne change jamais la taille ou alors n'importe comment!!!
Sous Mozilla c'est nickel mais je n'arrive pas sous IE.
Aidez moi svp!!
<html>
<head>
<title>Document sans nom</title>
</head>
<body>
<table width="100%" border="1">
<tr height="20">
<td rowspan="2">a<br>a<br>a<br>a<br>a<br>a<br>a <br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a</td>
<td height="10">b </td>
</tr>
<tr>
<td>c</td>
</tr>
</table>
</body>
</html>
Merci a tous
GregPeck