TABLEOPEN and TABLECLOSE v16
This function and procedure generates the <TABLE>
and </TABLE>
tags, which define an HTML table.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
cborder | The value for the BORDER attribute |
calign | The value for the ALIGN attribute |
cnowrap | If the value of this parameter isn't NULL , adds the NOWRAP attribute to the tag |
cclear | The value for the CLEAR attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters