Posted 10 years ago · Author
Replace YOURURLHERE with the URL to the image you want to replace your IMVU account name.

Code
<script type="text/javascript">
if(document.getElementById('aboutme_panel_body')){
   var name_tag_image = "YOURURLHERE";
   document.getElementById('aboutme_panel_body').getElementsByTagName('b')[0].innerHTML = "<img src="+ name_tag_image + ">";
}
</script>