I don't have a design hint, and I'm trying to get a simple HTML form to look like this:
.
Basically, this is a form with three input fields and one submit button.
As for the input fields, there are two above and one below. I would like them to be completely centered with each other, and the second with the same width as above.
As for the submit button, I would like it to be perfectly aligned in the center, both horizontally and vertically, with the input fields, but to the right of them.
I'm not too worried that this is not a fully cross browser.
Thanks for any pointers!
Change I would prefer this to be done using CSS rather than table based. (I heard that table-based is simply evil.)
html design css website
Humphrey bogart
source share