Hi all

i am trying display data from database in my jsp page using html table tag.
i have some 20 fields to display in each row. i do not want my table to expand to display all coloumns. i want its height and width to be fixed and i want to give scroll bars that allows user to see all the coloumns and all the rows. again when the user is scrolling down my header should stay unmoved only my data rows should move.

fot this i kept my header in one table and my data in another table and used div tags and some vb script code that provides scroll bars. all this is fine but i was just unable to adjust the table data in sync with the header table.

is there any another simple way to do this.

can any one give me a suggestion and if not any links that will some good info.....

thanks in advance