HighDots Forums  

Mysterious problem with pages not displaying properly.

Web Accessibility alt.html.web-accessibility


Discuss Mysterious problem with pages not displaying properly. in the Web Accessibility forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
New Conservative
 
Posts: n/a

Default Mysterious problem with pages not displaying properly. - 03-07-2005 , 07:44 PM






Hi all,

A colleague of mine has put together a web site which shows up
faultlessly on the browsers I use on two separate computers in my
home. However, it transpires that on many other people's browsers,
the pages don't display properly at all. Sometimes there's missing
text formatting, sometimes the colors don't render properly and in one
case, all someone could see was the original html source code! I'm
baffled! Can anyone identify the problem?

Here's the site: www.newconservativeparty.org

As I say, it displays fine here, but probably not on a browser near
you. :-| The site was created with Serif's PagePlus9, BTW.
--

"Suffer no one to tell you what to think."
Martin Smith, the New Conservative Party.
masmith (AT) new (DOT) extractthis.c...ativeparty.org
http://www.newconservativeparty.org

Reply With Quote
  #2  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-07-2005 , 08:02 PM






Previously in alt.html.web-accessibility,alt.html, New Conservative
<78738 (AT) virgin_not_for_mail (DOT) net> said:
[f'ups set to alt.html]

Quote:
Hi all,
I have multiple personalities?

Quote:
Sometimes there's missing
text formatting,
Sounds like your code is a mess.

Quote:
sometimes the colors don't render properly
Could be any number of things. What do you mean by "don't render
properly"? That there aren't any colours? They are just a slightly
different shade to your monitor? Something else?

Quote:
and in one
case, all someone could see was the original html source code!
This is usually due to it being sent with an incorrect mime type, e.g.
text/plain, but that doesn't seem to be the case here.

Quote:
Here's the site: www.newconservativeparty.org
Ugh. No offence, but that is awful. The background image hurts my eyes.
As far as the code goes, it would be mostly the absolute positioning
everywhere that is causing the problems with the text formatting etc.
The incomplete doctype is throwing browsers into quirks mode, too. That
can't be helping.

Quote:
The site was created with Serif's PagePlus9, BTW.
Then I suggest you throw it out and get something decent.

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #3  
Old   
William Tasso
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-07-2005 , 08:32 PM



On Tue, 8 Mar 2005 12:02:18 +1100, Mark Parnell
<webmaster (AT) clarkecomputers (DOT) com.au> wrote:

Quote:
Previously in alt.html.web-accessibility,alt.html, New Conservative
78738 (AT) virgin_not_for_mail (DOT) net> said:
[f'ups set to alt.html]

Hi all,

I have multiple personalities?
Sure, you both do

Quote:
Sometimes there's missing
text formatting,

Sounds like your code is a mess.
did you take a peek first? no, didn't think so. It's sooo much easier to
deliver with trivial markup.


Quote:
...
The site was created with Serif's PagePlus9, BTW.

Then I suggest you throw it out and get something decent.
'something' being a decent knowledge of HTML/CSS.

--
William Tasso


Reply With Quote
  #4  
Old   
Andy Dingley
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-07-2005 , 09:07 PM



It was somewhere outside Barstow when New Conservative
<78738 (AT) virgin (DOT) net> wrote:

Quote:
However, it transpires that on many other people's browsers,
the pages don't display properly at all.

The site was created with Serif's PagePlus9, BTW.
Well that's you problem. The whole site coding is complete crap and
it looks like it's Serif's fault.

I suggest an upgrade to FrontPage.



Reply With Quote
  #5  
Old   
Dan
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-07-2005 , 11:19 PM




New Conservative wrote:
Quote:
A colleague of mine has put together a web site which shows up
faultlessly on the browsers I use on two separate computers in my
home.
You apparently don't have a sufficient variety of browsers for good
testing.

Quote:
However, it transpires that on many other people's browsers,
the pages don't display properly at all. Sometimes there's missing
text formatting, sometimes the colors don't render properly and in
one
case, all someone could see was the original html source code! I'm
baffled! Can anyone identify the problem?
There's more than one problem. Your code is a horrible mess. Also,
many of your pages are served by your server with MIME type
"text/plain", which instructs the browser to render them as plain text
instead of HTML; the more standards-compliant browsers do this as
requested, resulting in the displaying of raw code instead of a
rendered page. Your use of filenames without extensions is probably
confusing the server in this regard.

--
Dan



Reply With Quote
  #6  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-07-2005 , 11:35 PM



Previously in alt.html.web-accessibility,alt.html, Dan <dan (AT) tobias (DOT) name>
said:

Quote:
Also,
many of your pages are served by your server with MIME type
"text/plain",
Aha! I _was_ right. I only looked at the front page though, which is why
I didn't see it myself.

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #7  
Old   
Big Bill
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-08-2005 , 04:50 AM



On Tue, 08 Mar 2005 00:44:36 GMT, New Conservative
<78738 (AT) virgin_not_for_mail (DOT) net> wrote:

Quote:
Hi all,

A colleague of mine has put together a web site which shows up
faultlessly on the browsers I use on two separate computers in my
home. However, it transpires that on many other people's browsers,
the pages don't display properly at all. Sometimes there's missing
text formatting, sometimes the colors don't render properly and in one
case, all someone could see was the original html source code! I'm
baffled! Can anyone identify the problem?

Here's the site: www.newconservativeparty.org

As I say, it displays fine here, but probably not on a browser near
you. :-| The site was created with Serif's PagePlus9, BTW.
First of all, you need to get the site to validate. This means you'll
need someone to go into the code and correct all the faults. That
should really be your first objective. It may well mean that some of
the effects or areas of display that you like a lot will have to be
abandoned as they rely (I'm guessing) on proprietary code that some
mainstream browsers simply cannot render properly.
Keep everything simple and you'll be on the right road.

BB
--
www.kruse.co.uk/ SEO (AT) kruse (DOT) demon.co.uk
Affordable SEO!
--


Reply With Quote
  #8  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-08-2005 , 11:47 AM




Here's one problem:

..PPStyle0-P
{
margin:0.0px 0.0px 0.0px 0.0px; text-align:left;
line-height:1.29;
}

You can't use fractions when determining dimensions in pixels. A pixel
is a pixel; there are no fractional pixels.


Reply With Quote
  #9  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-08-2005 , 11:49 AM



On Tue, 08 Mar 2005 02:07:41 +0000, Andy Dingley
<dingbat (AT) codesmiths (DOT) com> wrote:

Quote:
I suggest an upgrade to FrontPage.
No, no, no. FrontPage is crap, too, if only because it creates
proprietary code not rendered in standards-compliant browsers like
Mozilla, Firefox and Opera.

If you need to spend money, get something good -- like HomeSite.




Reply With Quote
  #10  
Old   
dan@tobias.name
 
Posts: n/a

Default Re: Mysterious problem with pages not displaying properly. - 03-08-2005 , 12:06 PM




Steve Sundberg wrote:
Quote:
Here's one problem:

.PPStyle0-P
{
margin:0.0px 0.0px 0.0px 0.0px; text-align:left;
line-height:1.29;
}

You can't use fractions when determining dimensions in pixels. A
pixel
is a pixel; there are no fractional pixels.
In that particular case, the "1.29" actually has no unit shown, which
is a standards violation in itself.

--
Dan



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.