Or, more preferredly, you could make a scrollable div, something like the following:
Code:
<div style="width: 400px; height: 100px; border:1px solid; overflow:auto">
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
This is some sample text to show what happens.
</div>
Bookmarks