For those who want to emphasize the author's comments in the blog so be quick identification of the following steps.
1. Log on to blogger, go to Design -> HTML editing
2. download the template (serves as backup)
3. Turn on Expand Widget Templates option
4. In your template paste the following code before
]]>\u0026lt;/ b: skin>
. Comment-body-author {
background: # E6E6E6; / * color background * /
color: # 000; / * text color * / border
-top: 1px dotted # 223344; border-bottom: 1px dotted # 223344; border-left: 1px dotted # 223344; border-right : 1px dotted # 223344; / * border * /
margin: 0;
padding: 0 0 0 20px; / * position * /}
5. then look for the following code
\u0026lt;dl id='comments-block'>
\u0026lt;b: loop values \u200b\u200b= 'data: post.comments 'var =' comment '>
\u0026lt;dt expr: class = "" comment-author "+ data: comment.authorClass' expr: id = 'data: comment.anchorName'>
href expr:name='data:comment.anchorName'/>
\u0026lt; ; b: if cond = 'data: comment.authorUrl'>
\u0026lt;a expr: href = 'data: comment.authorUrl' rel = 'nofollow'> \u0026lt;data:comment.author/> \u0026lt;/ a>
; \u0026lt;b:else/>
\u0026lt;data : comment.author />
\u0026lt;/ b: if>
\u0026lt;data:commentPostedByMsg/>
\u0026lt;/ dt>
sure that not all templates that part is equal, it is enough that begin and end as
6. Immediately after this
stick
\u0026lt;b:if cond='data:comment.author == data:post.author'>
\u0026lt;dd
\u0026lt;p> class='comment-body-author'>
\u0026lt;data:comment.body/> \u0026lt;/ p>
\u0026lt;/ dd>
\u0026lt;b: else />
7. Looking this:
\u0026lt;dd class='comment-body'>
\u0026lt;b: if cond = 'data: comment.isDeleted'>
\u0026lt;span class = 'deleted-comment'> \u0026lt;data:comment.body/> \u0026lt;/ span>
\u0026lt;b:else/>
\u0026lt;p> \u0026lt;data: comment.body / > \u0026lt;/ p>
\u0026lt;/ b: if>
\u0026lt;/ dd>
and followed stick:
\u0026lt;/ b: if>
8. Save the template and voila!
0 comments:
Post a Comment