Allora diciamo che io sto realizzando una NewsBoard.

Diciamo che ho finito il codice, ma mi manca una scroll bar verticale (ho cercato ma nn ho trovato niente )

Ecco il codice
codice:
<html>
<body>
<center>
<table align="center" width="800">
                    <tr>
                        <td align="center" width="800" height="25" bgcolor="blue">
                            <font size="2" color="black" face="Verdana">Top Downloads</font>
                        </td>
                    </tr>
                    <tr>
                        <td align="left" bgcolor="white"height="75">
                             
                   
     				</td>
                    </tr>
					<tr>
					<td align="right" width="100%" bgcolor="blue"><font size="2" color="white" face="Verdana">NewsBoard Powered by </font>http://<font size="2" color="white" ...ito</b></font></td>
</table>					
</center>
</body>
</html>
Ma vorrei una scrollbar verticale in questo pezzetto di codice
codice:
 <tr>
                        <td align="left" bgcolor="white" height="75">
                             
                   
     				</td>
                    </tr>
Così se le news superano i 75 Pixel almeno c'e' la scrollbar

Avete qualche suggerimento?