PDA

View Full Version : aligning forms with css...



blah-de-blah
September 12th, 2003, 07:05 AM
Does anyone know howta do this? I can't seem to find the correct command. I've tried align as well as float but they dont' seem to work :-\ I wanna do it in css so it can change them all quickly. Thanks!

abzoid
September 12th, 2003, 05:35 PM
I don't believe that css alignment is valid within form elements. I'd use a table to set the basic form layout. Then use css to set table and cell alignment.