Prendiamo il seguente esempio:

codice:
<table border=”2”>

<tr>
<td width="20%">testo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo lungo </td>
<td width="40%">testo breve</td>
<td width="40%">testo breve 2</td>
</tr>

</table>
come potete notare copiaincollando in un html, testo breve e testo breve 2 risultano centrati rispetto alla verticale. Come faccio ad allinearli invece in alto, come avviene normalmente in un word processor?