Center a Website in FrontPage offers basic solution if you need to still rely on tables. You have
- Code: Select all
<div align="center">
</div>
but this closing divide should be at the end of your code. Right now you have
- Code: Select all
</table></table>
</form>
So add the </div> there instead. But you should look over your code as well some because you elements are not closed properly