I want to put an input field and a Button in the same line. I want to set fix size for the button, and and I want the form to fill the available space. I\'ve tried to create my
According to the documentation at http://getbootstrap.com/components/#input-groups, you can do this with in house Bootstrap CSS:
<-- Text field Your button <-- Inline button
Hope I can help!