Hi
quick question:
If you look at the code below the picture in the table is placed in the middle, but I want it to be placed in the top how can I do that?
<table width="100%" height="750" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="abc.jpg" width="40" height="20"></td>
</tr>
</table>
thanks
