On my webpage, I have the following section:
<div style="align:center">
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=217585988283772&xfbml=1"></script>
<fb:like href="" send="true" width="450" show_faces="false" action="recommend" font=""></fb:like>
</div>
I am attempting to center-align the Facebook share button using this code, but it's not working as expected.
Could anyone suggest a way to properly center-align it?