CSS replacement for the depreciated align tag is text-align
text align in CSS
<div style="text-align: center;"> your text</div>
image align in CSS
<div style="text-align: center;"> <img src="imagename.extention"/></div>
table as mikeSQL said:
<table align="center" width="50%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
Not sure if there is another way of doing this.
SE (Dave)