Hi, please take a look at http://devbox.geosciences.com/test-live.php under Institution / Location / Degrees table there is a pagination div. I don't know why the distance between the table and the div is huge & i want it one under the other. please change it to 10 and 20 results/page and navigate thru pages and you'll see how this distance changes. I have spent an entire day trying all the solutions i could think of like: - putting the table and pagination in a bigger table like: <table> <tr><td><MAIN TABLE HERE></td></tr> <tr><td><PAGINATION></td></tr> </table> or - using float:left for the pagination div ... nothing helped. any ideas? thanks for your time.