Try this
HTML Code:
<img style="margin: 15px;" src='image.php?u=$userinfo[userid]' border='0' alt='$user[username]`s Avatar'>
I doubt that'll make any difference though
What vbulletin version are you running?
This one below works also, try that one as well!
HTML Code:
<a href="member.php?u=$user[userid]">
<img src="image.php?u=$user[userid]&dateline=$user[dateline]" border="0"></a>
<br>