中心对齐Facebook共享按钮

时间:2011-07-09 05:41:29

标签: html css styling

我有这个页面:

http://www.comehike.com/hiking.php

        <div style="align:center">
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=217585988283772&amp;xfbml=1"></script>
<fb:like href="" send="true" width="450" show_faces="false" action="recommend" font=""></fb:like>
        </div>

我正在使用此代码尝试将Facebook共享按钮居中对齐,但事实并非如此。

知道如何将它对齐吗?

2 个答案:

答案 0 :(得分:7)

试试这个:

<div style="margin: 0 auto; width: 390px;">

答案 1 :(得分:1)

旧帖但这对我有用:

<div style='text-align: center;' class="fb-like" 
         data-href="https://www.facebook.com/georgerrmartinofficial" 
         data-layout="standard" 
         data-action="like" 
         data-show-faces="true" 
         data-share="true"></div>