Forum Moderators: open

Message Too Old, No Replies

Does table cause my site slow

table

         

edpudol

9:11 pm on Jul 1, 2004 (gmt 0)

10+ Year Member



I have build my site using table to position objects where I want them to apear.

but when I am trying to open it with my browser, not all the content of the web shows, but when offline it shows all content.

My site, don't have many pictures or pictures that may cause this.

So I suspected the table.. Any help

bumpaw

9:21 pm on Jul 1, 2004 (gmt 0)

10+ Year Member



I wouldn't't think the table would be the problem. It sounds like the file on your PC wasn't properly uploaded.

encyclo

9:32 pm on Jul 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried running the page through a validator - that may give you some indication as to where your problems lie:

[validator.w3.org...]

Also, what kind of content is missing? Is it the graphic elements? If, you should check the paths to the images in your HTML, as well as the capitalization: filenames with mixed upper and lower case may work on a Windows machine (which has case-insensitive filenames) but not on a Unix-type server (where filenames are case-sensitive).

edpudol

9:47 pm on Jul 1, 2004 (gmt 0)

10+ Year Member



I uploaded them all, I design my website in frontpage but my server don't suport front page extension. Does this cause the slow loading of the site.

When I try it Internet Explorer the page load fast but when I try in Netscape the some part of the page don't show.

encyclo

10:00 pm on Jul 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



but when I try in Netscape the some part of the page don't show.

Netscape (especially version 4.x and earlier) is particularly averse to missing closing table tags - the validator will help you out here - you may be missing a </table> or a </tr>, for example.

Which version of Netscape are you using?

tedster

10:01 pm on Jul 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Netscape is much more particular than Explorer, requiring that tables have exactly correct HTML - so try the validator and let us know what information you see.

edpudol

10:23 pm on Jul 1, 2004 (gmt 0)

10+ Year Member



Thanks guys...

I tried the HTML validator and got this message

Line 2, column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"

what this mean?

bull

10:33 pm on Jul 1, 2004 (gmt 0)