Method :Body()
Syntax
:Body( [cbgColor], [cBackground], [cTextColor], [cLink], [cVLink], [cALink], [lBR], [lWrite])
Parameters
|
|
cbgColor |
Background Color in Hex RGB Format. ie #99000 |
|
|
cBackground |
Background Image file name. |
|
|
cTextColor |
Default color for the Text in Hex RGB Format |
|
|
cLink |
Hyperlink Color in Hex RGB Format |
|
|
cVLink |
Visited Hyperlink color, in Hex RGB Format |
|
|
cALink |
Active Hyperlink color, in Hex RGB Format |
|
|
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 completed <BODY ... > Tag.
Description
Configures the overall Page display elements such as Text color, background image, etc.
See Also:
![]() |