How to change the word spacing in a tables, html/css?

Andy

New member
I have a table,

<tr>
<td height="396" colspan="2" valign="middle">
stuff
stuff
</td>
</tr>

and any ext i put in it starts in the middle of the table, how do i have the text start at the top of the table?
 
Back
Top