Code: Select all
\begin{table}
\begin{tabular}{|l|l|l|l|l|l|}
\hline
1 & 1 & 1 & 1 & 1 & 1 \\ \hline
1 & 1 & 1 & 1 & 1 & 1 \\ \hline
1 & 1 & 1 & 1 & 1 & 1 \\ \hline
1 & 1 & 1 & 1 & 1 & 1 \\ \hline
1 & 1 & 1 & 1 & 1 & 1 \\ \hline
1 & 1 & 1 & 1 & 1 & 1 \\ \hline
\hline
\end{tabular}
\end{table}
\hline
, it gives errors, doesn't put in the line, and in the top let box writes "height1". If I take out the top and bottom \hline
it builds fine, but of course I don't get my desired horizontal lines. I am stumped and feel this is the simplest thing ever I am not seeing.