<LEGEND ...>
<LABEL ...>
ALIGN =
RIGHT
CENTER
LEFT
ALIGN align the <LEGEND ...> text left, center, or right:
ALIGN
This code:
<FIELDSET> <LEGEND ALIGN=LEFT>Personal Stuff</LEGEND><P> name: <INPUT NAME="realname"><BR> email: <INPUT NAME="email"> </FIELDSET><P> <FIELDSET> <LEGEND ALIGN=CENTER>Survey</LEGEND><P> favorite color: <INPUT NAME="favecolor"><BR> <INPUT TYPE=CHECKBOX NAME="favecolor"> like green onions<BR> <INPUT TYPE=CHECKBOX NAME="onions"> like cookies<BR> <INPUT TYPE=CHECKBOX NAME="kimchee"> like kim chee<BR> </FIELDSET><P> <FIELDSET> <LEGEND ALIGN=RIGHT>Misc</LEGEND><P> other comments:<BR> <TEXTAREA NAME="comments" ROWS=5 COLS=25></TEXTAREA> </FIELDSET>
produces these fieldsets:
name: email:
favorite color: like green onions like cookies like kim chee
other comments: