The code I have now is the following:
<div id="bint">
<button id="ButtonA">
Option A
</button>
<button id="ButtonB">
Option B
</button>
</div>
This code won't align the buttons unless I remove the div tag. What is the easiest way to put them in line?