2012-08-15 67 views

回答

0

添加

.post-body { 
    text-align: center; 
} 

到您的模板。

或者,如果你不想让你的帖子的文字被默认为中心做的,而不是添加

.center { 
    text-align: center; 
} 

,然后,在您的文章,与class="center"有一个div包装你喜欢按钮,这样:

<div class="center"> 
<iframe frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 21px; width: 100%; text-align: center;" src="http://www.facebook.com/plugins/like.php?href=http://freefashionorgasm.blogspot.com/2012/08/blog-post_9995.html&send=false&layout=button_count&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21" allowtransparency="true"> 
</div>