Thanks for that - I did this and was left with an avatar like the poster before you again!
What I did was change the code to:
PHP Code:
<vb:if condition="$show['avatar']">
<div class="eti_postbit">
<div href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
[B]<center>[/B]<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />[B]</center>[/B]
</a></div></div>
I've used centre tags in here...I realise they're probably frowned upon in the world of VB, but they sit the avatar
exactly how I want it to sit. So it's a means to an end. Followed the earlier link to centring everything, took out the tags but no joy.