- 1). Log in to your IMVU account. Click your avatar name that appears in the menu bar to go to your profile page.
- 2). Click the "Edit" button in the top-right corner of the About Me panel. Click the "Edit custom HTML/CSS" option in the list that displays to bring up the text box where you enter your code.
- 3). Type the following JavaScript code in the box:
<script type="text/javascript">
alert('Notice 1');
alert('Notice 2');
alert('Notice 3');
</script>
Each "alert('Notice #');" line represents a separate pop-up note. Add or remove these lines to create the number of messages you prefer. - 4). Enter your pop-up text in place of the "Notice 1," "Notice 2" and "Notice 3" entries. For example:
alert('This is your first pop-up message.'); - 5). Click the "Save" button at the bottom of the text box. Refresh your browser window to see your pop-up notices appear on the page.
previous post
next post