Creating Aligned Forms...

follicle

New Member
I'm working on our corporate website, and we would like to have an area where potential employees could fill out an application. I did some research and found out how to incorporate a "Form to E-mail" script on our web server using PHP.

I've built part of the application we're looking to put online, but the problem is, it's a mess! Nothing lines up. For example, we'll have a set of yes or no questions with a drop down box next to each question for an answer, but since each sentence varies in length, none of the drop down boxes line up.

Is there any way to easily organize forms? I've tried using a table within a form, but it looks like it's pretty much impossible.

Any other ideas?
 

follicle

New Member
Woah, I think I figured it out. Check this site out.

Looks like you can do it. You just type in your form labels in each <td> instead of using the <label> tags.

Thanks for your response!
 
Last edited:
Top