Friday, December 16, 2011

How To Highlight Author Comment On Blogger

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 "Breadcrumbs Navigation The Simple Way To Increase Your SERP"
Source : http://www.o-om.com/2008/03/tampilan-beda-untuk-komentar-pemilik.html
Related Posts Plugin for WordPress, Blogger...