I'm trying to figure out how to put the
Thanks: #
Thanked x times in x posts
in a BG box thingy.
I have this in my additional CSS
PHP Code:
.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #F4F4F4;
border-top: 1px solid #D8D8D8;
border-right: 1px solid #D8D8D8;
border-left: 2px solid #AD1515;
border-bottom: 1px solid #D8D8D8;
margin-bottom: 2px;
}
And I need to place this somewhere in my post_thanks_postbit_info to get it in a BG box
PHP Code:
<div class="pbit">Thanks</div>
Any ideas?