If you'd like to create a scroll box then heres how, code also includes how to make your friends and comments in a scroll box.
These are pretty simple codes to use. The main thing (property:value;) in the codes below that creates the scroll itself is overflow:auto; you just have to set a width and height to it so it knows when to start the scroll.
<div style="overflow:auto; width:300px; height:100px;"> Put contents of the box here that you would like to scroll
</div>
Srolling Friends and Comments
Put the following code at the end of your "Who I'd Like to Meet" section. You can edit the width and height to whatever you'd like.
I am trying to create a scroll box with an html code inside, but everytime I try something it only shows the graphic or whatever I am trying to have just the code for. I can't get it to only show the code so that people can copy and paste it. Any help would be appreciated.