我想在我的照片上制作“固定”按钮,比如这些http://freefashionorgasm.blogspot.com/和我博客上的按钮(中心),但是如何?请帮帮我,xo
问问题
147 次
1 回答
0
添加
.post-body {
text-align: center;
}
到您的模板。
或者,如果您不希望帖子的文本默认居中,请改为添加
.center {
text-align: center;
}
然后,在你的帖子中,用 div 包裹你的like按钮class="center"
,像这样:
<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>
于 2012-08-15T18:44:20.650 回答