USING TABLES TO CONTROL THE LOOK OF YOUR PAGE

Look at the source code for this page. You can copy the tables and paste them onto your web pages, and then replace the cell contents with your own contents.

Attributes

table (cite the width in percentage and cite border width 0, 1, 2, etc. )

tr = table row

td = Table data (cell)

/td = close table data

/tr = close the row

/table = close the table

Remember these attributes all must appear in < > enclosures.

Here are some more table examples...

A Table With One Row, Three Columns

Here I am putting in some text that will adjust itself to the cell.




Another Three Column Table




Two Row Three Column Table

Now I have decided to use the table to control the look of the page. Table cells will expand as you put more data into them. Play with them and see what the results might be.