Algo así:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
#cont{
width:164px;
height:149px;
overflow: auto;
}
</style>
</head>
<body>
<div id="cont">
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
<p>texto, texto, trexto</p>
</div>
</body>
</html>