I'm trying to position a DIV at the top of a table cell. Here's an example:
I've tried just about everything..
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"><div style="position: relative; top:0;">position me at the top</div></td>
<td width="50%"><p>some<br>stuff<br>goes<br>here</p></td>
</tr>
</table>