Yup i can help with that... Simply copy and paste the coding below that i have provided, and change the values of the width and heights for all
3 of them. The scroll bar will only appear if you have more content on the table than the table allows.. again, you can always alter the width and height of the table...
CODE
<table border="0" width="250" height="250" cellpadding="0" cellspacing="0">
<tr id="row1">
<td style="width: 250px; height: 250px" bgcolor="black">
<div style="overflow: auto; height: 250px; width: 250px">
Replace this with your tables' content.
</div></td></tr></table>
Regards,
L. Kaiserblazer