The caption seems to be default on the center of the page and not
really under the figure of table, unless ofcourse i put the
figure/table on the centre of the page. Is it possible to put the
caption really under the figure/table?
I have the following (put the table left and the caption centered on
the page)
\begin{table}[h]
\begin{tabular}{|c|c|c|}
\hline
1 & 2 & 3\\
\hline
\end{tabular}
\caption{A table}
\label{tab:table1}
\end{table}