Facebook像按钮文本对齐iframe javascript

时间:2011-03-09 22:06:46

标签: facebook button facebook-like text-alignment text-align

我在我的网站上添加了一个类似facebook的按钮,但是text-align不会转到右侧。我不知道我怎么做。

https://developers.facebook.com/docs/reference/plugins/like/

以下是代码示例:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.google.com&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

1 个答案:

答案 0 :(得分:0)

如何将text-align:right添加到iframe元素中的style属性:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.google.com&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="text-align: right; border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>