I have seen codes where developers used so many to get the desire location in html page.This can be easily avoided by using padding concept inside.
We have four types of padding available in html. Check the following html code for padding.
<tr valign="top" align="top">
<td valign="top" style="padding-top: 25px;padding-left: 50px;padding-bottom: 20px;padding-right:30px;">
</td>
</tr>