if you don't have a html editor for writing, i don`t think it's possible...the html code for arrange an item in the middle of the page is something like this:
<table width="100%" height="100%">
<tr valign="middle" align="center">
<td>
[your code here]
</td>
</tr>
</table>