TableStart()
Syntax
:TableStart( [cAlign], [cnWidth], [cnHeight], [cnBorder], [cnPadding], [cnSpacing], [cBGColor], [lBR], [lWrite])
Parameters
|
|
cAlign |
Table alignment on the Page. ( Left | Center | Right ) |
|
|
cnWidth |
Pixel Value or in Percent. Accepts character or numeric |
|
|
cnHeight |
Pixel Value or in Percent. Accepts character or numeric |
|
|
cnBorder |
Pixel Value. Accepts character or numeric |
|
|
cnPadding |
Pixel Value. Accepts character or numeric |
|
|
cnSpacing |
Pixel Value. Accepts character or numeric |
|
|
cBGColor |
Color in Hex RGB notation ( "#FF0000" ) |
|
|
lBR |
Logical indicating whether to append a <BR> (Web newline) to Display elements |
|
|
lWrite |
Logical indicating whether to send results directly to the User's Browser |
Return
If :lWrite, Number of characters written to Browser.
Otherwise, the results is the beginning <TABLE ... > Tag.
Description
The main enclosure of data presented on a web page.
Using the <TABLE> tag along with <TR> (Row) and <TD> (Data Cell) information can be presented in precise position on the page.
See Also:
:TableEnd(), :Data(), :Row(), :Cell()
![]() |