HTML: Using a scroll bar within a cell?

Natalie

New member
I'm pretty new at HTML and I'm trying to put a scroll bar within this cell:
<td width="250" height="375">
<table border="1" cellspacing="1" bordercolor="#C0C0C0" width="250">
... a 2 x 10 table that is twenty 125px by 125 px cells...
</table>
</td>

So I want to only be able to see 6 squares of the inner table at a time, but be able to scroll down to see more.

Please be as simple as you can. I have a very limited understanding of HTML.
 
Back
Top