This is a page devoted to intermediate HTML Programming,
Mainly, the use of tables, frames, and othe misc. HTML... |
The first thing to do (and I will have to let you know that this is all just plain HTML... no Frontpage, no WYSIWYG... nothing!)
All things having to do with tables start off under the tag "(table)". Which is placed in parentheses only for the fact that if I didn't then it would think a real table was supposed to go there, commonly you use <>.this is with one row one cell |
This is with one row | two cells |
And this is 2 rows |
One cell apeice |
50 pixels wide But since I didn't specify a height it keeps on going... | 50 pixels high... but no width restraint |
As you can see, if you keep the cells in the same table, they will form to match the other, | but only in the border... which can be set to zero (0) to keep it from showing, which can give your website a very newspaper column look. |