I'm trying to create a table with one row divided into two equal cells, each of which is on top of two cells:
Code: Select all
\begin{tabular}{|c|c|c|c|}
\hline
\multicolumn{4}{|c|c|}{NON & YES}\\
\hline
Thank you.
Code: Select all
\begin{tabular}{|c|c|c|c|}
\hline
\multicolumn{4}{|c|c|}{NON & YES}\\
\hline
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{tabular}{|c|c|c|c|}
\hline
\multicolumn{2}{|c|}{NON} & \multicolumn{2}{c|}{YES}\\
\hline
NEW: TikZ book now 40% off at Amazon.com for a short time.