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>
|