Help with published site

  • Thread starter Thread starter Max Huber
  • Start date Start date
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,
 
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>




| 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
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top