作者ballII (ballII)
看板Blog
标题Re: [请教] Blogger回应内嵌的"订阅"文字格式(连结 …
时间Tue Nov 3 08:07:48 2009
※ 引述《daidai (稀薄)》之铭言:
: 请看图:
: http://ppt.cc/;Y2x
: 我已经将版型的连结设定为绿色
: 但是当文章留言区内嵌的时候
: 出现的"身份设定,用email订阅留言"等字眼
: 不会变成绿色而是预设的蓝色
: 请问该如何将它的颜色设定成我要的呢?
: 谢谢答覆!^_^
这是因为你曾自行修改 <div class='comment-form'>
解决方法:
展开小装置
将 <div class='comment-form'> 到 </div> 改成:
<div class='comment-form'>
<a name='comment-form'/>
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>', '<data:post.communityId/>');
</script>
</div>
复制时要小心
该连续的地方不该断行
避免断行错误的好方法是 直接另起新Blogger网志 随便选个新版型
找到<div class='comment-form'>那段来复制替代到自己的旧blog上
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 146.201.234.151
※ 编辑: ballII 来自: 146.201.234.151 (11/03 08:09)