Okay, I\'m not very familiar with HTML, or how it comes together with CSS. I have been looking all over on how to make two HTML buttons go side by side. Here is the code I\'
If I understand you correctly, you can just attach the following CSS:
form { display: inline; }
As shown here: http://jsfiddle.net/zcz3j/