- Login to blogger, then choose "Design --> Edit HTML". Don't forget to backup your template first.
- Check the "Expand Widget Templates" box.
- Copy this script and put it before ]]></b:skin> or copy to your CSS area.
.comment-body-author {
background: #E6E6E6; /* Background color*/
color: #000; /* Text color*/
border-top: 1px dotted #223344;border-bottom: 1px dotted #223344;border-left: 1px dotted #223344;border-right: 1px dotted #223344;
margin:0;
padding:0 0 0 20px; /* Position*/
} - Then Find this Code
<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> - Then Replace the above code with the below code
<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> - Then Preview and Save your Template.
Note : The Host of Blogservices.in has fell down. So if you are trying to download blogger templates then please download it From here i have uploaded all of them to Megaupload and Rapidshare and also included chucky v2.0 which has page and more errors fixed. So enjoy.
Download :
1. Megaupload
2. Rapidshare
Highlight Author Comment in Blogspot
This trick is to give a Highlight Author Comment . This will make the blogs owner and authors comments looks different from the visitors comments. It's very useful and interesting blogger hack tips. You can see the example in my blog. Here is what to do to make a "Highlight Author Comment" effect in Blogspot.
- Login to blogger, then choose "Design --> Edit HTML". Don't forget to backup your template first.
- Check the "Expand Widget Templates" box.
- Copy this script and put it before ]]></b:skin> or copy to your CSS area.
.comment-body-author {
background: #E6E6E6; /* Background color*/
color: #000; /* Text color*/
border-top: 1px dotted #223344;border-bottom: 1px dotted #223344;border-left: 1px dotted #223344;border-right: 1px dotted #223344;
margin:0;
padding:0 0 0 20px; /* Position*/
} - Then Find this Code
<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> - Then Replace the above code with the below code
<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> - Then Preview and Save your Template.
This trick is to give a Highlight Author Comment . This will make the blogs owner and authors comments looks different from the visitors comments. It's very useful and interesting blogger hack tips. You can see the example in my blog. Here is what to do to make a "Highlight Author Comment" effect in Blogspot.
Share
Posted on Saturday, June 12, 2010 by Ritesh Sanap
Subscribe to:
Post Comments (Atom)
Filed Under :




It worked... but it make my emoticons from comments not work (just my admin comments). How can I fix it? Hope you have a solution.
@werk
This Code Works for the post author who has posted the post. i will try to fix it.
@werk
I have tested the Code with two different accounts and it worked so i don't think to make new code for it.