Quote:
Originally Posted by yjeanrenaud
@Pocket Aces: just edit the template and add style="white-space: nowrap;" to he tag containing the usernames
|
Great! Thanks!
In post_thanks_box_bit template, we replaced this...
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw thank.userid}"....
with this...
Code:
<a style="white-space: nowrap;" href="member.php?{vb:raw session.sessionurl}u={vb:raw thank.userid}"....