How Do I Get My Scroll Box in the Middle of My Media Box on Meez?
The Meez social networking site allows you to customize avatars to look like yourself and use them in an online environment. A user who clicks on your avatar or user name gets taken to your profile, which includes a number of other things about you, including a media box. The media box takes HTML coding, which means you can have a scroll box in there for large images or videos. Getting that scroll box to the middle of the media box requires a little extra HTML.
Instructions
-
-
1
Log into your Meez account and click "Profile."
-
2
Scroll down to your media box.
-
-
3
Find the code controlling your scroll box. It will begin with this:
<div" and include the code "overflow:scroll;
-
4
Add the following after "overflow:scroll;":
text-align:center
For instance, it might now look like this:
<div style="width:100px;height:200px;overflow:scroll;text-align:center;">
-
5
Click "Update Profile."
-
1