Ciao , ho una tabella semplice che però non funziona correttamente :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td width="1%" height="100%" rowspan="2" valign="top" bgcolor="#E5E5E6">qui
</td>
<td width="99%" height="1%" bgcolor="#00CC00"></td>
</tr>
<tr>
<td width="99%" height="99%" valign="top" bgcolor="#CCCCCC"></td>
</tr>
</table>
</body>
</html>
Così è tutto ok , ma se nella prima cella di sinistra dove ho scritto qui inserite un'immagine , questa scompiglia tutto. Infatti la cella di destra non è + schiacciata, essendo 1% , ma si allarga a dismisura ??

Rispondi quotando