Simply place everything between the opening and closing body tags between
the following tags:
<div align="center">
</div>
This should work as far as centering "everything" (it will center each
individual element). Another way, which will "shift the screen" (left
aligned will be the left edge of the content area), which is probably the
look that is more what you are looking for, is to use a single-cell table,
as follows:
<table width="100%">
<tr>
<td align="center">
</td>
</tr>
</table>
Either way, just place everything between the opening and closing body tags
between the tags I gave above. Good Luck!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.