Hey guys, in FrontPage (2003) how do you make it so the cells on your pages stay centered. Like, in maximum window display or if its a little smaller - how do you make it so the cells are staying centered and not just off to the left side. Examples of what I mean are in:
You have to center the entire table and make its width less than the entire page. And then set the table to center.
i.e
<table width="80%" align="center">
<tr>
<td>
Blahhh centered crap
</td>
</tr>
</table>
Remeber this has to be the highlest level table on your entire page or else your formatting will be wrong.