How to Scroll Visitors in IMVU
IMVU is an online chat client used for chatting and text-based gaming. Each IMVU user automatically gets a profile page, which he can customize to share information with other IMVU users. Users can change each one of the profile panels at their discretion through various HTML codes. HTML is a common computer language used to write web pages, used to make the Visitors Panel scrollable. With a scroll bar on the panel, viewers may see how many people have visited their IMVU page.
Instructions
-
-
1
Go to the IMVU homepage and create an account using a valid email address. If you already have an IMVU account, sign into your profile using your user name and password.
-
2
Click on your user name to access your profile page. Your user name is at the top of the screen, near the left corner. Find your name near the center of the first landing page after you sign in, next to your avatar picture.
-
-
3
Find the location of your Visitors Panel on your profile page. IMVU's default name for this panel is "My Visitors."
-
4
Click the gray "edit" button at the right-hand corner of the panel and select the "Edit custom HTML/CSS" option.
-
5
Type in the following code to add a scroll bar to the panel: <style type="text/css"> #visitors_panel {height:300px; overflow:auto;} </style>
-
6
Hit the "save" button at the bottom of the panel.
-
7
Re-load your profile page to see the effect of the code on the Visitors Panel. You may change 300 to another numeric value to adjust the height of the panel inside the code.
-
1
Tips & Warnings
You may add a scroll bar to any panel using the same code, but you have to change the name of the panel within the code to the one you want to adjust.
References
Resources
- Photo Credit Burke/Triolo Productions/Brand X Pictures/Getty Images