% table has outlines and 4 columns
\begin{center}
\begin{tabular}{ | l | l | l | p{5cm} | }
\hline
A & B & C & D \\
\hline
A & B & C & D \\
\hline
\end{tabular}
\end{center}
% table no outlines and 4 columns
\begin{center}
\begin{tabular}{ l | l | l | p{5cm} }
\hline
A & B & C & D \\
A & B & C & D \\
\end{tabular}
\end{center}
% \\ end row
% \hline insert bottom-border
% p{5cm} specify width of column (here: column 4)
% tables in LaTex suck in general
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.