Forum Moderators: phranque

Message Too Old, No Replies

Incomplete tables

         

aldo314

3:21 pm on Jan 11, 2007 (gmt 0)

10+ Year Member



I have a problem with some of my html. When i view them through the server some of the tables are incomplete, but when open them directly everything apears as normal.

Any ideas?

The server version is
Apache/2.0.53 (Linux/SUSE)

Thanks in Advance

jdMorgan

4:24 pm on Jan 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> When i view them through the server

What does this mean, specifically? How are you viewing them -- with FTP, SSH, some control panel viewer, or ...?

Are these tables dynamically-generated using PHP or SSI (Server-Side-Includes?). If so, be aware that this will only work when accessing the pages via HTTP.

Jim

aldo314

4:45 pm on Jan 11, 2007 (gmt 0)

10+ Year Member



> When i view them through the server

I mean that the page is viewed via the apache server i.e.
[tam-xray...]

where [tam-xray...] is the server

The pages are static, pre generated html.
They look fine when i view them as a file i.e.
H:\files\web\82607_custinfo.html

I am using ie7 and firefox 2 as browsers

jdMorgan

5:04 pm on Jan 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'd suggest that you validate the pages using the w3c validator if you don't have a tool to use on your local machine.

Also be aware the when viewing the page as a file, the Apache HTTP headers will not play any part in the "configuration" of the browser, so this may indicate a conflict between serve header values and those embedded as <http-equiv>s in the <head> of the page. The Live HTTP Headers entension may be used with Firefox to view the HTTP headers.

Jim

aldo314

11:58 am on Jan 16, 2007 (gmt 0)

10+ Year Member



Jim,

I have been doing some more investgation into this problem. First i tried on different servers and apache versions ( apache 1.3 on Mac and 2.2.4 on XP ) both of which worked.

I tried the w3c validator and it throw up a few problem, but fixing these did not resolve the incomplete html.

I moved the html files onto the local machine ( they are on a network share at present) This solved the problem of incomplete html.

Now i have to work out how to put a permanent fix. Is there a configuration on the time a file takes to be read?

Cheers