I am struggling to make two html form inputs (first and last name) appear on the same line side by side. I have tried using float, but that seems to make the rest of the inp
Try just putting a div around the first and last name inputs/labels like this:
First Name: Last Name:
Look at the fiddle here: http://jsfiddle.net/XAkXg/