Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How To Make Author Comment Different from Guest

Hai guys, do you have a blog? Yes, i think yes. And maybe you want to make your comment (Author) different from anonymous or guest. Yes, if you want to Hightlight The Author Comment i will give you a tutorial. Hightlight the author comment is the simple way to make your visitor knew, who is the blog author.


How To Hightlight Author Comment : 
1. Login to blogger
2. Design - Edit HTML - Expand Widget Template
Wait, where is the tutorial How To Hightlight Author Comment
Ok here is How To Hightlight Author Comment On Blogger
3. Find this code
<dd class=’comment-body’>
4. After that paste the code that colored red. Like this :

<b:if cond=’data:comment.author == data:post.author’>
<dd class=’owner-Body’>
<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>
Ok you almost done "How To Highlight Author Comment On Blogger"
5. Now find this code
comments-block .comment-body p {
margin:0 0 .75em;
background:#f3f3f3 no-repeat left bottom;
}
6. Ok now lets paste this code After 

comments-block .comment-body p {
margin:0 0 .75em;
background:#f3f3f3 no-repeat left bottom;
}
.owner-Body {
margin:0;
padding:0 0 0 20px;
}
.owner-Body p {
font-size:100%;
margin:0 0 .2em 0;
color:#FF0000;
text-decoration:bold;
}
7. Finally, save your template. And you'll see the result.

That's it "How To Hightlight Author Comment On Blogger"
Lets see this article "Increase Your Revenue From Google Adsense"
Source : http://blogyahyagan.blogspot.com/2011/12/how-to-highlight-author-comment-on.html


This post first appeared on Yahyagan, please read the originial post: here

Share the post

How To Make Author Comment Different from Guest

×

Subscribe to Yahyagan

Get updates delivered right to your inbox!

Thank you for your subscription

×