Help with published site

M

Max Huber

Hello,

My site ( http://www.outdoor-links.com ) when first visited displays fine.
By that I mean it shows at 100% across the screen. When I leave the page to
a different page and then return to my home page, there is a margin of about
1/4" on the right side.

If I hit the refresh button the page goes back to 100% visiblity. This
happens on the majority of my pages on the site.

Would someone please let me know what I'm doing wrong and how to correct it.

Thank You,
 
S

Stefan B Rusynko

Even though your outer tables are defined as 100% width, your cells are defined as fixed px which will affect the table final page
presentation

If you want certain cells to be fixed width, always make sure you have at least 1 cell (not empty) w/o a size in PX (to allow it's
cell width to "float" to the 100% user screen width w/ the 100% table)

In your body tag also add: bottommargin=0 rightmargin=0

PS
table background images are not supported by NN
- apply them as a cell background image
Your page is missing a </html> tag
- Probably caused by the redundant script call at the end of the page:
<script language="JavaScript" src="http://www.great-lakes.net/dailynews/daily.js"></script>

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


| Hello,
|
| My site ( http://www.outdoor-links.com ) when first visited displays fine.
| By that I mean it shows at 100% across the screen. When I leave the page to
| a different page and then return to my home page, there is a margin of about
| 1/4" on the right side.
|
| If I hit the refresh button the page goes back to 100% visiblity. This
| happens on the majority of my pages on the site.
|
| Would someone please let me know what I'm doing wrong and how to correct it.
|
| Thank You,
|
| ---
| Max
|
|
|
 
Top