Titel der neuen Seite
<style>.TD1 { width: 100px; height: 100px; }
DIV.cellContainer { height: 100%; overflow: auto; }
</style>
und die spalte die gescrollt werden soll so:
<td class='td1'>
<div class='cellcontainer'>
Test1<br>
Test1<br>
Test1<br>
Test1<br>
Test1<br>
Test1<br>
Test1<br>
Test1<br>
Test1<br>
</div>
</td>