| Refresh | Home EGTry.com

align columns top to bottom


To produce this:

valign top

The html code:

<table border=1 cellpadding=10>
  <tr valign="top">
    <td> one line</td>
    <td> 
      line 1<br/>
      line 2<br/>
      line 3<br/>
      line 4<br/>
      line 5<br/>
      line 6<br/>
    </td>
  </tr>
</table>