TABLE EXAMPLE #1
Row1Column1
R2C1
R3C1
R4C1


TABLE EXAMPLE #2 - HAS MORE THAN ONE "CELL/COLUMN" PER ROW
R1C1 R1C2 R1C3 R1C4
R2C1 R2C2 R2C3 R2C4
R3C1 R3C2 R3C3 R3C4
R4C1 R4C2 R4C3 R4C4


TABLE EXAMPLE #3 - ONE TABLE ENCLOSING ALL PAGE CONTENT
Row1Column1

The above TABLE width value, "400", means 400 pixels. As you can see when you look at this in your browser as a web page, it keeps the text in a narrow column. This will vary of course depending on how many pixels you make the width.

You can also use percent (%). You just have to experiment with different percentages or pixels to learn what you need for various projects and effects.

You can have all kinds of stuff in here on a page, including other tables, as needed, for effect, for image borders, or for placement of text or images.

But the Main Table on the page is still just ONE ROW and ONE COLUMN (sometimes very long). Border=0 keeps it from showing. If want it to show change numbers as in Examples #1 and #2.

You can center this whole table by adding the CENTER opening and closing tags OUTSIDE, above and below the Table tags. The text will still align left inside the table unless you also put center tags inside it.

It must be closed as below or Netscape and maybe other browsers will not show the page content, only the Background!



IMPORTANT - See the Codes For This Page: Table Code Sampler Codes