How do I centralise the button in a table? The old style we used works fine:-
<td valign="top"><div align="center"><a class="addthis_counter addthis_pill_style"></a>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=runitdirect"></script>
<!-- AddThis Button END -->
</div></td>
But when I try it with this button it is aligned to the left of the table!
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=runitdirect"></script>
<!-- AddThis Button END -->
This question is closed to new answers.