View Single Post
Banned
12Jul2008,16:06  
Magena's Avatar
You can use CSS to create a scrollable box. Consider this source code:

<div style="width: 190px; height: 190px; overflow: auto; padding: 5px">
content in here
</div>