Center a Website in FrontPage
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
A much better way to center
a website would be
Centering in Firefox
and
Centering (One more time)
using Cascading Style Sheets (CSS).




Comments