Code: Select all
l.112 ...n{tabular}{|b{2cm}|b{2cm}|b{5cm}|b{2cm}|}
?
! LaTeX Error: Illegal character in array arg.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.112 ...n{tabular}{|b{2cm}|b{2cm}|b{5cm}|b{2cm}|}
?
! LaTeX Error: Illegal character in array arg.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.112 ...n{tabular}{|b{2cm}|b{2cm}|b{5cm}|b{2cm}|}
?
! LaTeX Error: Illegal character in array arg.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
Code: Select all
\begin{center}
\small\addtolength{\tabcolsep}{-5pt}
\begin{tabular}{|b{2cm}|b{2cm}|b{5cm}|b{2cm}|}
\hline
\multicolumn{4}{|c|}{\sl ****************} \\
\hline
{\bf Members Name} & {\bf Address} & {\bf E-Mail} & {\bf Phone } \\
\hline
Name & Address & e-mail & phone \\
\end{tabular}
\end{center}
\newpage
I really have very little experience – w/latex - and am lucky the table looks good.
Any ideas on how I can stop it from printing the blank page?
Any feed back is much appreciated.