You can log back in here.
Can someone help me with coding for little box with a scroll bar?
<div style="width:200px; height: 100px; overflow: auto"> your text goes here. <* /div>
without the * change the width and height to the dimensions you want.
Thanks!