I am currently working on a page that includes a div with a Facebook recommend button.
In order to style the Facebook code, I enclosed it with this formatting:
<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>
However, despite my efforts, the content is not aligning to the center of the div. Do you have any suggestions on how to achieve the desired center-align effect?