Code: Select all
\documentclass{article}
\usepackage{array}
\begin{document}
\begin{table}
\centering
\caption{MyCaption}
\begin{center}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} |p{5cm}|m{3in}|c|} %is there a way to use m without a specific length, and just say "center it"?
\hline
big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text big text & Column2 Title Goes here & Column3 title here\\
\hline
\end{tabular*}
\end{center}
\end{table}
\end{document}
Thanks,
David