Make visible your comments to your visitor with different font,background and border so in this post I create a tutorial for "How to highlight author comment in blogger comment section."
Lets start and follow steps

Step 1 : Log in Blogspot.com
Step 2 : Go To Layout

Step 3 : Click on Edit HTML

Step 4 : Check on "Expand Widget Template"

Step 5 : Copy this script and put it before ]]></b:skin>
.comment-body-author
{
background: #fff; /* Background color*/
color: #000; /* Text color*/
border-top: 1px dotted #F98B09;border-bottom: 1px dotted #F98B09;border-left: 1px dotted #F98B09;border-right: 1px dotted #F98B09;
margin:0;
padding:0 0 0 20px; /* Position*/
}
Step 5: Find this code paste
Red Code with following sequence:
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
said...
</dt>
<b:if cond='data:comment.author == data:post.author'> <dd class='comment-body-author'> <p><data:comment.body/></p> </dd> <b:else/>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
</b:if>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:
comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
Look Like this Example
Demo
Note : You can Change CSS Style
background: #
fff; /* Background color*/
color: #
00000; /* Text color*/
Related Posts by Categories
5 comments on "Make Visible Your Comments to Your Visitor"
This is DoFollow Blog Leave a Comment
Hi wajid this will very very useful for our blogger community.Thanks for this.
Really simple and nice post. Action and try with your tips immediately. Thank's for your info.
Great post!
will try it on my blogg!
THanx
@ Astaga.com lifestyle on the net & Fun Factory
Thank you for nice comments and please express your views much more on other post.
i tried it on my blog....its working...thanks buddy
Post a Comment