Thursday, April 26, 2007

How To Add Together Numbers To Threaded Comments Inwards Blogger

Have you lot always idea of adding numbers to your Blogger comments? It gives numbers to your comments inwards an ascending fellowship therefore that users tin forcefulness out differentiate i comment from the other. For modest fry comments it uses “ABC” to differentiate 2 dissimilar modest fry comment on the same principal comment from i another. Previously nosotros showed you lot How to style/customize your blogger comments in addition to comment form. Today, inwards this article, nosotros volition demo you lot How to Add Numbers to Blogger Threaded Comments.

The root affair you lot involve to produce is to login into your blogger dashboard, instantly it's upward to you lot on which spider web log you lot would similar to add together numbers to your comments. After selecting the spider web log to customize, become to Template >> Edit HTML in addition to search for the ]]></b:skin> Tag. After finding the ]]></b:skin> tag, but higher upward it glue the next slice of CSS coding.

.comment-thread ol {
    counter-reset: countcomments;
}
.comment-thread li:before {
content: counter(countcomments,decimal);
counter-increment: countcomments;
float: right;
font-size: 22px;
color: #555555;
padding: 10px;
padding-top: 3px;
margin-top: 7px;
margin-left: 10px;
position: relative;
z-index: 10;
}
.comment-thread ol ol {
    counter-reset: contrebasse;
}
.comment-thread li li:before {
    content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin);
    counter-increment: contrebasse;
    float: right;
    font-size: 18px;
    color: #666666;
}

Once everything is done, press the “Save Template” push clit to complete the whole process. It depends on you lot that what sort of customization you lot involve inwards it. The CSS is widely opened upward therefore you lot tin forcefulness out alter the color, background, seat in addition to etc according to your wishing needs.

We promise this tutorial may convey helped you lot inwards learning how to add together numbers to blogger threaded comments. If  you convey missed out nearly customizing Threaded Comments inwards blogger therefore click here. Do permit us know what are your opinions nearly this trick, though it is a fleck onetime but however it’s a useful one.

No comments:

Post a Comment