Thank you all!<br><br>That table is beautiful, Alan. Thank you! And thank you for taking the time to explain all of the codes! <br><br>I really appreciate everyone's help!<br><br>Jada<br><br><br><br><br><div class="gmail_quote">
On Sun, Apr 24, 2011 at 1:44 PM, Berend Hasselman <span dir="ltr"><<a href="mailto:bhh@xs4all.nl">bhh@xs4all.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
On 24-04-2011, at 19:12, Jada Watson wrote:<br>
<br>
><br>
> Anyone know how to get all of this text centered in the table cells??<br>
<br>
</div>LaTeX Companion second edition page 247.<br>
<br>
The following has not been tested by me.<br>
<br>
Put<br>
<br>
\usepackage{array}<br>
<br>
in the preamble of your document. Then the line starting with \begin{tabular} to<br>
<br>
\begin{tabular}{|l|>{\centering}p{4.6cm}|>{\centering}p{4.5cm}|>{\centering}p{4.5cm}|}<br>
<br>
The >{\centering} means to insert \centering right before the text of the column.<br>
<br>
Looking at the example on the page mentioned (page 247) you may have to insert \hspace{0pt} immediately after \centering.<br>
<font color="#888888"><br>
Berend<br>
<br>
</font><br>----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/" target="_blank">http://email.esm.psu.edu/mac-tex/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
<br></blockquote></div><br>