Make the communication between author and visitor better by highlighting author comment.It helps visitor to search their answer from Blogger Author.Today we are going to Highlight author comment Using Various Method.Lets Do It.

Highlighting Author Comment By changing Font Styles

  1. Go to Blogger.com(Dashboard)>Design or Template>Edit HTML
  2. Tick on Expand Widget.
  3. Find these code(or Similar to It)
    <b:if cond='data:comment.isDeleted'>
      <span class='deleted-comment'><data:comment.body/></span>
    <b:else/>
      <p>
        <data:comment.body/>
      </p>
    </b:if>
  4. Line 5 is responsible for showing comment text.Replace line 4,5 and 6 with this.
    <!--author comments highlight Start-->
    <b:if cond='data:comment.author == data:post.author'>
    <p id="br-hac"><data:comment.body/></p>
    <b:else/>
    <p><data:comment.body/></p>
    </b:if>
    <!--http://bloggerrounder.blogspot.com -->
    <!--author comments highlight End -->
    
  5. Add below code just before ]]></b:skin>
    #br-hac {
    color:#008E00
    }
  6. For changing color see last at step 1.See the Result in Test page.
    Highlight Author Comment In Blogger
  7. Finally click on Save template.
  8. If you have any problem You can comment.

Some tweak For Highlighting better.

  1. In step 6 you can change #008E00 with the HTMl Color Code As your wish.You can get color code from this tool.
  2. If you want to make the font text bold and italics then add this code before ]]></b:skin>(If you want to add CSS then add after line 3)
    #br-hac {
    font-weight:blog;
    font-style:italic;
    }

Bye.Comment if you have any question

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.

0 comments on "Highlighting Author Comment in a Blogger.":

Post a Comment

We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top