Dear all,
I am facing two different issues:
1. I am not able to place the content of a cell of a table in
vertically centered position. I am using usual syntax for tsble
creation - starting with \begin{tabular}[c]... kind of stuff. Please
suggest how I can render vertically-centered content in a cell?
2. Secondly, I am using \caption{table caption} to create a caption
for the table. But in the PDF, the caption is appearing vertically
i.e. the words are wrapped down. I am finding no reason for this
behavior. Please help me.
Code:\begin{table}[h]\small\caption{Table Caption}\centering\begin{tabular}{| l | c | c | } \hline\textbf{Column1} & \textbf{Column2} & \textbf{Column3} \\ \hline$Row1$ & R1C2 & R1C3 \\ \hline$Row2$ & R2C2 & R2C3 \\ \hline$Row3$ & R3C2 & R3C3 \\ \hline\end{tabular}\label{tab:label}\end{table}
Output: