.... .... ....
29 December 2012

9
To add author ribbon in author comment to give it a special touch .we use css property for comment.

Follow Step

STEP 1.
 Click on 'Template' on left side of page.

STEP 2.
In Template page.Click on 'Edit HTML' button.

STEP 3.
In Edit HTML page.Click on  'Proceed' button

STEP 4.
press 'ctrl + f '  &  Find  ']]></b:skin>' and Just Above it paste below code

STEP 5.

.comments .comments-content .icon.blog-author { position: absolute; top: -2px; right: -9px; margin: 0; background: url(http://1.bp.blogspot.com/-EJmwh15Urmc/T89WMFenyGI/AAAAAAAAGlg/Lt8N7DprwFU/s320/author-pink.png) no-repeat; width: 36px; height: 36px; }

STEP 6.
Now  'Save Template'

Look of Ribbon
To use diferent color ribbon choose one of the ribbon link and replace it from blue-color font in above code

RED-RIBBONE : this is the red color ribbon alredy have image link in ABOVE code



GREEN-RIBBONE                             : http://3.bp.blogspot.com/-U-Dv6Xse-VI/UA7g-c_PbhI/AAAAAAAAAxQ/al6quGVQhG4/s1600/rb+green+ribbon.gif


BLUE-RIBBONE                                                          :   http://4.bp.blogspot.com/-Tnrzp5Dosro/UA7iLbGBF8I/AAAAAAAAAxY/2tFl_egIi2U/s1600/rb+blue+ribbon.gif

The Final Code look like




.comments .comments-content .icon.blog-author{
position: absolute;
top: -2px;
right: -9px;
margin: 0;
background: url(http://1.bp.blogspot.com/-EJmwh15
Urmc/T89WMFenyGI/AAAAAAAAGlg/Lt8N7DprwFU/s320/author-pink.png) no-repeat;
width: 36px;
height: 36px;
}



]]></b:skin>

9 comments:

  1. How To decrease the width??

    ReplyDelete
    Replies
    1. which width you want to change.

      Delete
    2. mohit gupta you are using two css property for single image.

      do these steps.
      open your template ,hit proceed button,
      than find " .comments .comments-content .icon.blog-author "

      your search will give you two result remove first search css property.
      now check again and confirm me by comment

      Delete
  2. it starts working now,,i remove first search result with your code..and it starts showing now..

    ReplyDelete
  3. How to change pic..??means when i am commenting blogger logo is there,,how to replace it with another pic..??

    ReplyDelete
  4. i am using it on my new blog bro and its not working..

    thecareergeek.blogspot.com

    ReplyDelete
  5. Follow steps in tutorial,surely you will get correct result

    ReplyDelete