Say I have a like so:
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
</td>
</tr>
</table>
The margin-*
attributes instruct the table to center itself within its parent element.
Is there a similar way to center the element vertically?