How to get your comments numbered in blogger:
After several attempts and a little light bickering between myself and the husband, this is how I got my comments numbered:
Go to template
Then press edit HTML
You will get a message about proceeding, click on 'open template designer'
click on advanced
add css (scroll down list it's at the bottom)
and paste this into the box (preass enter a couple of times before pasting)
.comment-thread ol{
counter-reset: contarcomentarios;
}
.comment-thread ol ol {
counter-reset: contarbis;
}
.comment-header:before {
content: counter(contarcomentarios,deci mal)".";
counter-increment: contarcomentarios;
float: left;
padding-right: 4px;
}press enter again after the last }and then apply to blog.Longwinded but it worked for me. If this doesn't work for you try using the code from this blog.

No comments:
Post a Comment