HTML question - How do I get text to start at the top of the cell?

Mar 3, 2006
113
0
0
So it's a table 4 rows x 2 columns. I did rowspan="4", so the first column has 4 rows, and the second column only has 1 row. But the text in the 2nd row is centered vertically. How do I get it to start at the top of the column, not the middle?
 

JustAnAverageGuy

Diamond Member
Aug 1, 2003
9,057
0
76
valign=top

Vertical Alignment = top of Cell/Row depending where you put it.

It's an attribute, not a seperate tag. :)

<td valign=top> blahblahblah </td>