Code: Select all
\begin{table}[!ht]
\centering
\begin{tabular}{|r|*{12}{c|} \hline
Note & G & A ... & A' \\ \hline
Frequency (Hz) & 449 & 460 ... & 915 \\ \hline
\end{tabular}
\caption{A Table}\label{tab:table}
\end{table}
The code of your table seems to be correct. So, you might provide a
minimal working example (MWE) that shows the undesired behaviour and add the result as a PDF file in the attachment.
ijc wrote:Also, is there an easy way to get the caption at the bottom of the table, when I previously tried it, it always error'ed for some reason or another, putting it at the top seemed like the only way to make it stop.
Modify the code as shown above and everything should work fine. The most important thing is to insert
\caption before
\label.
MfG
Thorsten¹