Click to See Complete Forum and Search --> : How can I fix FrontPage site page width?


pleasantsa
04-02-2006, 12:04 PM
I have a site created in FrontPage 2002. When I had access to a MAC I discovered that the pages don't display properly in Safari. They also spread out too wide at popular Windows resolutions.

How can I fix it so that the page widths are centered and constrained? The site is at www.stgeorgesdc.org.

I am obviously a true novice. Thanks for any help.

Compguy Pete
04-03-2006, 03:17 PM
if you look at your source code you'll see the first listing of

<table border="0" cellpadding="0" cellspacing="0" width="100%">

Change that too...

<table border="0" cellpadding="0" cellspacing="0" width="740" align="center">

Start there and modify it as it comes along