Connecting Tech Pros Worldwide Help | Site Map

css form problem

pradeepjain's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: India
Posts: 405
#1: Sep 29 '09
hii guys,
I need to design a form like

name : textbox last : textbox age : textbox

like so and so rows

but i am not able to align 3 pairs in single row . should i use tables for it or complete css for it.. can any one show me for 1 row so that i can try and understand it .

http://wufoo.com/gallery/templates/registrations/


i need form like this but lable and box in same row and 3 such pair in 1 row !!!
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,629
#2: Sep 29 '09

re: css form problem


didn’t dig too deep into the CSS, but my guess is that you need to float the labels (and remove display: block;).
Reply


Similar HTML / CSS bytes