I have a table that contains 144 records read in from a mysql database table. It's encapsulated in a div tag for the sole purpose of making the height fixed and scrollable. However, it seems that I can't place anything under the table. I wanted to put some contact information and such just using simple <p> tags and nothing appeared. I took the table out, and it displayed.
Anyone else get weird problems like this? How did you fix it?
Otherwise, is there a way I can make a table scrollable? To eliminated putting it inside <div> tag?
thanks,