Trying to center a few divs within a div. Can't seem to get it to work. Any takers?
Result should be all three divs in the middle, 50 px apart.
<div class="centerDivs">
<div style="margin-right:50px;float:left;">
<div>Testing</div>
<div>1,000,000 php</div>
</div>
<div style="margin-right:50px;float:left;">
<div>Testing</div>
<div>1,000,000 php</div>
</div>
<div style="margin-right:50px;float:left;">
<div>Testing</div>
<div>1,000,000 php</div>
</div>
</div>