jamon: align top bei table

ich will, dass alle tabelleninhalte ganz oben anfangen. bekomme es nicht hin. bitte nicht erschlagen für die frage!

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><p>test 1</p>
      <p>test 1</p>
      <p>test 1</p></td>
    <td>test 2</td>
  </tr>
</table>

  1. sorry war zu blöd...
    valign="top"

    klaro

    1. valign="top"

      th, td {vertical-align:top}

      tut's auch. Wenn du dich demnächst mit CSS beschäftigst...

      Gunnar

      --
      Good results come from experience; and experience comes from bad results.