my program reads a mysql table and shows the results in a html table. There are lots of rows and i was thinking how to make scroll bars to table.

    You can put the table inside a <div> and use CSS to give that <div> a height and set "overflow:auto" on it.

      Write a Reply...