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\'
You could also try wrapping them in a table tag. That's how I fixed my similar issue. The table automatically set them side by side.