I am trying to use
\caption
command in the usual table
environment as follows:Code: Select all
\begin{table}[h]
\centering
\begin{tabular}{|p{8cm}p{7cm}|}
\hline
Coulmn 1 & Column 2 \\
\hline
\end{tabular}
\caption{Caption 1}
\label{tab:One}
\end{table}
Table I.
Caption
1
I expect this caption to be displayed in horizontal row!
Any ideas to correct this?
Many thanks
moodamultani