I have a long table in latex. I used the commands:
\begin{table}[ht] \begin{center} \begin{tabular}{cccccccc} (..the table..) \end{tabular} \end{center} \end{table} However the table length exceeds the page margins and the boundaries and it cuts it off... I would like to continue it on the next page. I have tried the longtable package , the \pagebreak and \newpage but nothing works.
I would appreciate any help!!