You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Change avatar name title into a picture

This will change the Avatarname Heading into a picture (replace MYPICTURE with the url to the picture).

Source code

1
2
3
4
<script type="text/javascript">
var copiedfrom='www.imvucodes.net';
document.getElementById('avatar_name').innerHTML='<img src="MYPICTURE">';
</script>

Rate this thread