Reason why I did it the way I did
I have removed all user titles from my board, so for the majority of members $post[usertitle] will be blank, if you put a <BR> after it then there will be a blank line under the username, to get round this I have added <BR> after the titles in edit user groups. This would also have to be done on any custom user titles.
Since I dont allow people to change their titles on my board the way I did it worked best, but with boards that do you are correct in saying <BR> needs top be added
PHP Code:
$rankpip = "<img src=$rank[rank_graphic]>";
$rankid = "$rank[rank_name]";
$post[usertitle]="$post[usertitle]<BR>$rankid<br>$rankpip";
//END MULTI RANK HACK