0

http://freefashionorgasm.blogspot.com/のように写真に「ピン留め」ボタンを作成し、ブログのボタン(中央)に「ピン留め」ボタンを作成したいのですが、どうすればよいですか。助けてください、xo

4

1 に答える 1

0

追加

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

あなたのテンプレートに。

または、投稿のテキストをデフォルトで中央揃えにしたくない場合は、代わりに追加します

.center {
    text-align: center;
}

次に、投稿で、次のように、いいねボタンを div で囲みます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 に答える