How do I get the button id= button1 to match up with the button id=button2? I'm trying to get button1 horizontally in the middle of the page. I need this to work on chrome.
<div id='todoCnts' style="text-align:center">
<span id='checkCnt' style="float:left">Item Count :</span>
<button id='button1' >New TODO</button>
<span id='uncheckCnt' style="float:right">Item Count for the win:</span>
<br>
<button id='button2' >New TODO</button>
</div>