Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fieldset

Status
Not open for further replies.

jimberger

Programmer
Jul 5, 2001
222
0
0
GB
Hello,

I am trying to avoid using tables and use fieldset instead. I have a form which displays a user registration form. I want the fieldset to be into two columns - with name, birth date, gender etc.. on one column and adddress, postcode , telephone number on the other column. how do i do this without using tables?
thanks for your help
 
If it is one fieldset, you put in two divs (or two lists if you wish), give these divs (or lists) a width (and make sure that their combined widths along with all their margins, paddings and borders is not larger than that of the fieldset) and float the two divs (or lists). Then start putting your elements inside these two divs (or lists).

___________________________________________________________
[small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top