I'm trying to get the cleanest HTML markup, not reliant on additional custom CSS ("bootstrap out the box") to achieve something similar to this demo I created on bootply - http://www.bootply.com/1Uy4UROiEz
The only thing wrong with the demo above is I want the go button to be attached to the the input box as shown in this other demo demo - http://www.bootply.com/yEhbA5gkdm
The problem is that I need the button and input bow to have its own size (col-md-??) so that the button can be wider.
Can anybody give me some good code that can accomplish this please?