I would like to have something like the following picture. That's mean we have the scrollbar in the product table, so we not need to scroll down for the whole page
<div style="overflow:auto; height:100px; width:500px;">
<table>
<tr>
<td>
PHP Programming and MySQL or SQL Server Training.The PHP/SQL Programming Certificate series is comprised of four courses covering beginning to advanced PHP programming, beginning to advanced database programming using the SQL language, database theory, and integrated Web 2.0 programming using PHP and SQL on the Unix/Linux mySQL platform.Students learn the core technical and theoretical skills necessary for a complete understanding of database programming using the open-source LAMP (Linux, Apache, mySQL, PHP) framework and Web 2.0 design patterns. PHP Programming and MySQL or SQL Server Training.The PHP/SQL Programming Certificate series is comprised of four courses covering beginning to advanced PHP programming, beginning to advanced database programming using the SQL language, database theory, and integrated Web 2.0 programming using PHP and SQL on the Unix/Linux mySQL platform.Students learn the core technical and theoretical skills necessary for a complete understanding of database programming using the open-source LAMP (Linux, Apache, mySQL, PHP) framework and Web 2.0 design patterns. </td>
</tr>
</table>
</div>
Because your height it too high but the inner content is too low for that reason only its not displaying properly....