Please see the comment in my code. How would you do it?
Thanks.
<div style='width:400px; margin-left:auto; margin-right:auto;'>
<table cellspacing="10" border="2">
<form action="" method="post">
<tr>
<!--How do I get this cell to right justify without the align attribute which has been depreciated-->
<td align="right">
Login Email:
</td>
<td>
<input size="24" type="text" name="firstname" />
</td>
</tr>
<tr>
<td>
Login Password:
</td>
<td>
<input size="24" type="text" name="firstname" />
</td>
</tr>
</form>
</table>
</div>