Moin Pierre,
einfach vertical-align in die style-Angabe reingeben. Hier ein Beispiel:
Code:
<table style="width:100%;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width:25%; vertical-align:top;">
<table ...>...</table>
</td>
<td style="width:75%; vertical-align:top;">
<table ...>...</table>
</td>
</tr>
</table>
Greetz
alcaeus