Quote:
Originally Posted by anthroforum
No that does not work.
I just want the "The Following Users..." text to be smaller.
|
Use this piece of code instead.
<div class="smallfont"> </div>
Search for this
HTML Code:
<strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong>
and change it to this:
HTML Code:
<div class="smallfont"><strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong></div>
dont forget there are two instances of this.