I have the following code in a Latex document:
Code: Select all
\begin{table}[h!]
\begin{tabular}{p{0.5\textwidth} p{0.5\textwidth}}
multirow{3}{*}{Date:\dotfill} & \multirow{3}{*}{Signature:\dotfill} \tabularnewline
& \tabularnewline
& \tabularnewline
\, & \multirow{3}{*}{Print Name:\dotfill} \tabularnewline
\, & \tabularnewline
\, & \tabularnewline
\end{tabular}
\end{table}
Any pointers as to how it might be solved?
Regards,
George