Content missing when displayed on other PCs

N

Nigel Jones

FP 2002 with Windows 98.
After I have uploaded pages they look fine when I review
them online, using IE6. However, other people, using IE
get the following problem. Everything is fine when the
window is not maximised, but when it's maximised, some of
the content goes missing - photos & text.
Can anyone suggest a solution?
Here's my website address:
http://website.lineone.net/~nigin/index.htm
 
T

Thomas A. Rowe

I am not see any content that disappears, however the content does adjust to fit the screen. The
solution is to use fix pixel width tables instead of % width tables.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Correction: I do see where part of the content is off the screen on the left.

Make sure your cell widths do not exceed 100% of the table width.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

In addition to making sure your table %'s add up to 100%, don't use absolute positioning like in:

<div style="border-bottom-style: solid; border-bottom-width: 1; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom:
1">




| Correction: I do see where part of the content is off the screen on the left.
|
| Make sure your cell widths do not exceed 100% of the table width.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| > I am not see any content that disappears, however the content does adjust to fit the screen. The
| > solution is to use fix pixel width tables instead of % width tables.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > FP 2002 with Windows 98.
| > > After I have uploaded pages they look fine when I review
| > > them online, using IE6. However, other people, using IE
| > > get the following problem. Everything is fine when the
| > > window is not maximised, but when it's maximised, some of
| > > the content goes missing - photos & text.
| > > Can anyone suggest a solution?
| > > Here's my website address:
| > > http://website.lineone.net/~nigin/index.htm
| >
| >
|
|
 
N

Nigel Jones

Thanks, I have just checked the pages on my PC at work and
I can confirm that actual content goes missing on some
pages. I.E. it cannot be found by scrolling around the
page. The table width is set to 100%, so I will try
setting it to 800 pixels - does this sound like the best
width to choose?
-----Original Message-----
I am not see any content that disappears, however the
content does adjust to fit the screen. The
 
Top