Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Attribute for <LEGEND ...>
ALIGN = RIGHT | CENTER | LEFT

Usage Recommendation
use it, but watch for overformatting

ALIGN align the <LEGEND ...> text left, center, or right:

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:

Personal Stuff

name:
email:

Survey

favorite color:
like green onions
like cookies
like kim chee

Misc

other comments:

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire