How can I fix a \longtable to not spill over on the right? With \table I use \scalebox{0.9}, but scalebox does not seem to work with \longtable.
\begin{longtable}{cccccccccc}
\caption{This is a caption}\
TABLE TABLE TABLE
\end{longtable}
My table has 10 columns and therefore the margins are not even on both sides. Anyone know how to center the table so the left and right margin are equal?