Wrap your multiple form elements in a div with a class that uses
display: table
Inside that div, wrap each label and input in divs with a class that uses
display: table-cell
Stay away from floats!
Reference
Wrap your multiple form elements in a div with a class that uses
display: table
Inside that div, wrap each label and input in divs with a class that uses
display: table-cell
Stay away from floats!
Reference
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.