User Guide
216 CFML Language Reference
WIDTH
Optional. Width value of the control, in pixels.
VSPACE
Optional. Vertical spacing of the control, in pixels.
HSPACE
Optional. Horizontal spacing of the control, in pixels.
ALIGN
Optional. Alignment value. Valid entries are:
• To p
• Left
• Bottom
• Baseline
• TextTo p
• AbsBottom
• Middle
• AbsMiddle
• Right
BGCOLOR
Optional. Background color of the control. Valid entries are:
• black
• magenta
• cyan
• orange
• darkgray
• pink
• gray
• white
• lightgray
• yellow
A hex value can also be entered in the form:
BGCOLOR="##
xxxxxx
"
Where x is 0–9 or A–F. Use either two pound signs or no pound signs.
TEXTCOLOR
Optional. Text color for the control. See BGCOLOR for color options.