How can I get the submit button inline with an input field? So it is side by side?
I'm decent with css, but cant seem to figure it out and get it lined up.
here is a link to my form. http://184.154.144.104/~edison/
its in the footer.
How can I get the submit button inline with an input field? So it is side by side?
I'm decent with css, but cant seem to figure it out and get it lined up.
here is a link to my form. http://184.154.144.104/~edison/
its in the footer.
I see that you might still need help with this. Please see this reply from Kevin Flahaut:
http://www.gravityhelp.com/forums/topic/trouble-positioning-submit-button-inline#post-19798
The submit button is contained in the form footer which isn't part of the main list structure. That's why you can't simply float that button next to a field which is where most people go wrong. You have to go about it another way.