Cross-Browser Table Considerations
Tutorial courtesy of the folks at HB Graphics, Guilford CT

Someday all browsers will handle tables the same way...I hope. This tutorial demostrates that table code is not interpreted the same way with Netscape and IE browsers.
     To experience the difference open Netscape and Internet Explorer side by side and view this page.

A B C
1 2 3


A B C
1 2 3


A B C
1 2 3


A B C
1 2 3


A B C
1 2 3


A B C
1 2 3

To view the source code click here.
To get a working copy of the code, use "Save As" or
"View Source" from the Source Code window.