I have a table, two columns. The left column seems to be vertically centered by default. I’d like to top-align all content instead:
---------------------------
| | words words |
| apples | words words |
| | words words |
---------------------------
Yeah how can I get the 0th column to top-align its content instead?
<table width="100%">
<tr>
<td>apples</td>
<td>words words ....</td>
</tr>
</table>
Thanks
Try
or