Sorted:
Changed: template : forumhome_lastpostby_alternate_view
to:
Code:
<div align='left'>
<table width='100%'>
<tr>
<td align='left' width='\$GLOBALS[alt_lp_pic_width]'>$GLOBALS[alt_lp_avatar_img]</td>
<td align='left' NOWRAP><a href='$GLOBALS[alt_lp_last_post_link]'>$GLOBALS[alt_lp_last_post_title]</a><br /> $vbphrase[alt_lp_by] <a href='$GLOBALS[alt_lp_last_poster_profle_link]'>$GLOBALS[alt_lp_last_poster]</a><br>$GLOBALS[alt_lp_last_post_time_ago]</td>
</tr>
</table>
</div>