Quote:
Originally Posted by rob01
how you add the avatar box?
|
Of course! I'll explain that... I'm gonna copy and paste my code (it goes in the same place as where I had you just put the image) BUT the field ID must be your field ID and not what I have below (I used Field 5):
Code:
<if condition="$post[field5]"><fieldset><legend>Xbox LIVE Avatar</legend>
<div>
<center><img src="http://avatar.xboxlive.com/avatar/$post[field5]/avatar-body.png" width="75" height="150">
</center>
</div>
</fieldset></if>
Hope this helps you!