Quote:
Originally Posted by Lynne
So you are actually having the full path to the avatar added into the source code? On my site, it looks like this (note the relative path, not the full path):
HTML Code:
<img src="customavatars/avatar136297_2.gif" width="100" height="100" alt="Someone's Avatar" border="0" />
|
That's being spit out by this template code:
HTML Code:
<img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" />