formatting HTML form layout

janoon

New Member
I have a HTML form which I need to format. It is a long form and people have to scroll(Vertically) to access the entire from. Now, I have a lot of white space on the right side of the form fields, I want to divide the form into three sections and display Three sections Horizontally as compared to one long vertical form. Current Layout:\[code\]Field1Field2Field3Field4Field5Field6\[/code\]New Layout:\[code\]Field1 Field3 Field5Field2 Field4 Field6\[/code\]What is the best way of approaching this?Thanks in advance
 
Top