http://www.facebook.com/plugins/like.php?href={0}&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80我正在使用iframe。
完整代码:
string iframe = string.Format("<iframe src=\"http://www.facebook.com/plugins/like.php?href={0}&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:450px; height:35px; text-align:right;\" allowTransparency=\"true\"></iframe>", fullUrl);
return iframe;我的问题是文本的位置是左边而不是右边
发布于 2011-03-11 16:15:57
当然是这样的。不能为iframe指定文本对齐。您必须在iframe中包含的文档中执行此操作。
https://stackoverflow.com/questions/5270435
复制相似问题