PDA

View Full Version : Space between ranks


NakedAlien
08-27-2009, 05:22 PM
Where do I edit it so that when user has multiple ranks there is a space between them.

It's like this now:

RANK
RANK

I want it like:

RANK

RANK

--------------- Added 1251460015 at 1251460015 ---------------

I searched the postbit template, but I can't figure out where to put a line breaker, if it's even that file

Shelley_c
08-29-2009, 12:31 PM
Search for and add <br />after:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>