salve,

sto aggiornando un vecchio sito, ed ho deciso di farlo con i css.

ho questa tabella htm:

codice:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="30%">[img]foto.gif[/img]</td>
    <td width="5%"></td>
    <td width="65%">Testo,Testo,Testo,Testo,Testo,Testo,Testo,Testo,

    Testo,Testo,Testo,Testo,Testo,Testo,Testo,Testo,

    Testo,Testo,Testo,Testo,Testo,Testo,Testo,Testo,

    Testo,Testo,Testo,Testo,Testo,Testo,Testo,Testo,

    Testo,Testo,Testo,Testo,Testo,Testo,Testo,Testo,</td>
  </tr>
</table>
come posso ottenere lo stesso risultato con i css ?

grazie !