Tables
[TABLE] begins a table
[TABLE(BORDER)] begins a table with borders
[TABLE_DEF] begins a table with special settings
&ALIGN=LEFT, &CENTER or &RIGHT (aligning of the table)
&WIDTH=x (the width of the table in pixels or % of the width of the display)
&BORDER=x (creates borders of &x pixels wide around the cells of the table)
&CELLSPACING=x (adds &x pixels empty space between the cells)
&CELLPADDING=x (adds &x pixels empty space between the cell and
the edge of the table)
[/TABLE_DEF] ends the special settings of a table (also shadow !)
[TABLE_CAPTION] gives the title of a table (also shadow ")
[TABLE_CAPTION(ALIGN)] gives the title of a table
&ALIGN=TOP or &BOTTOM (aligning of the caption)
[/TABLE_CAPTION] ends the title of a table
[TABLE_HEADER] gives a header of a table (also shadow H)
&NOWRAP (no wrapping of the header text)
&ALIGN=LEFT, &CENTER or &RIGHT (horizontal aligning of the header text)
&VALIGN=TOP, &MIDDLE or &BOTTOM (vertical aligning of the header text)
&WIDTH=x (the width of the header in pixels or %)
&HEIGHT=x (the height of the header in pixels or %)
&ROWSPAN=x (makes the header &x cells wide)
&COLSPAN=x (makes the header &x cells high)
[/TABLE_HEADER] ends the definition of a table header (also shadow !)
[TABLE_HEADER(ROWSPAN,COLSPAN)] gives a header of a table using
given ROWSPAN and COLSPAN values (for no spanning use value 1)
[TABLE_ROW] defines a table row
(also shadow r, control r, control R (ALIGN=RIGHT))
&ALIGN=LEFT, &CENTER or &RIGHT (horizontal aligning of the cell elements)
&VALIGN=TOP, &MIDDLE or &BOTTOM (vertical aligning of the cell elements)
[/TABLE_ROW] ends the definition of a table row (also shadow !)
[TABLE_CELL] gives a table cell element
(also shadow E (ALIGN=LEFT), shadow e (ALIGN=RIGHT))
&NOWRAP (no wrapping of the cell element)
&ALIGN=LEFT, &CENTER or &RIGHT (horizontal aligning of the cell element)
&VALIGN=TOP, &MIDDLE or &BOTTOM (vertical aligning of the cell element)
&WIDTH=x (the width of the cell in pixels)
&HEIGHT=x (the height of the cell in pixels)
[/TABLE_CELL] ends the definition of a table cell element (also shadow !)
[TABLE_CELL(ROWSPAN,COLSPAN)] gives a table cell element using
given ROWSPAN and COLSPAN values (for no spanning use value 1)
[/TABLE] ends the table
Codes defined in HTML40.DEV driver
1 = Structure codes
2 = Headers and titles
3 = Lines and paragraphs
4 = Links
5 = Lists
6 = Text styles
7 = Other elements
8 = Fonts
9 = Images
0 = Forms
A = Tables
B = Miscellaneous codes
C = Colors
D = Frames