RootsWeb.com Mailing Lists
Total: 1/1
    1. Re: [RW-Help] Netscape 4.7
    2. Elsi
    3. At 03:58 PM 10/10/01 -0700, Eve Gregory wrote: >Greetings All! > >I too am experiencing complaints from users with Netscape 4.7. They >can't see all the frames in my Surry County, VA, Historical Society main >page at > >www.rootsweb.com/~vaschsm/ > > >Is this a limitation in N 4.7, or is my HTML code at fault. >Could some kind HTML expert please comment? Well, the problem USUALLY is not using paired table tags appropriately. In your main.html document, you have 6 open table tags <.table> and only 5 close table tags <./table> There's also other HTML problems - particularly with your name anchors. You have the opening tag, but not the closing one. For example, you have coded <.a name=top> What you should have coded was this: <.a name=top></a> I used the HTML validators at W3C (http://w3c.org) and at Dr. Html (http://www.drhtml.com). It takes a bit to learn how to read the reports, but once you do, you'll find these tools extremely helpful. Regards, Elsi

    10/10/2001 12:21:41