Possible Duplicate:
Set table position to top
How to place a float at the top of a floats-only page?
I've got this problem... I tried with the search but I couldn't figure out!
I've got many tables one after each others, with nothing in the middle
\begin{table}
\begin{tabular}{|r|r|r|r|r|r|r|}
my code here
\end{tabular}
\end{table}
\begin{table}
\begin{tabular}{|r|r|r|r|r|r|r|}
my code here
\end{tabular}
\end{table}
Each table is so big that it automatically goes to a new page. The last one is smaller than the others, it goes to a new page but it is aligned in the middle of the page and I can't move from there to a top alignment!
How can I do that?