As far as I know, you can do this with CSS. The code is something like the following:
Code:
<style type="text/css">
#tableID { overflow: scroll; }
</style>
<table id="tableID">
...
</table>
However, I'm sure someone who knows what they're talking about will be along shortly...(Hey Big Mike, where are you?)