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 Heading

This allows to change the text in the avatar name heading.

Modification:
- Use this code to put a picture instead of a text at that position by using html code for images. e.g: <img src="PICTURE LINK">

Note: This might not be possible with newer pages. IMVU seem to change the layout and get rid of the avatar name header.


Source code

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

Rate this thread