Forum Moderators: open
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
[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).
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?