Ciao a tutti.

Sto creando una tabella. In una cella ho inserito una piccola immagine. pensavo che la cella prendesse le dimensioni dell'immagine ma invece la cella ha assunto una larghezza molto più grande... Come mai? Qualcuno sa? Spero di essere stato chiaro.
Vi posto il codice per spiegarmi meglio:

codice:
<Table width="100%" Height="100%" border="1" bordercolor="#000000" cellpadding="0" cellspacing="0">
   <tr width="50%">
      <td height="10%"></td>
      <td rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="20%" rowspan="2">[img]img.gif[/img]</td>
   </tr>
   <tr width="50%">
      <td height="10%"></td>
   </tr>
</TAble>
Quando si rimpicciolisce la finestra le img si rimpiccioliscono fino ad un certo punto, io vorrei invece che si rimpicciolissero all'infinito, cosa che succede se rimpiccioliamo la finestra solo in altezza.

Ciao e grazie a tutti.
.Fakkio.