To center a website in FrontPage (assuming you are using tables), right click in the main table and choose table properties. In the layout section choose Center in the selection. This should add
<div align="center">
above the beginning main table and
</div>
at the end of the closing table element.
A much better way to center a website would b Centering in Firefox and Centering (One more time) using Cascading Style Sheets (CSS).
HTML Example (2,057 bytes) | Text file (2,060 bytes) | Zipped file (1,815 bytes)