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
- Go to Blogger.com(Dashboard)>Design or Template>Edit HTML
- Tick on Expand Widget.
- 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>
- 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 -->
- Add below code just before
]]></b:skin>
#br-hac { color:#008E00 }
- For changing color see last at step 1.See the Result in Test page.
- Finally click on Save template.
- If you have any problem You can comment.
Some tweak For Highlighting better.
- In step 6 you can change #008E00 with the HTMl Color Code As your wish.You can get color code from this tool.
- 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
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