I am using this:
Code: Select all
\begin{tikzpicture}
\draw (-3,0) rectangle (4,2)
node at (0, 1.5){UWE registration number};
\draw (4.25, 0) rectangle (7,2)
node at (5.5, 1.5){Mark \%};
\end{tikzpicture}
I need another larger box directly underneath
Code: Select all
\begin{tikzpicture}
\draw (-3,0) rectangle (7,12)
node at (0, 1.5){lots ox text required in here};
\end{tikzpicture}
If I could understand how to anchor the box while placing the text I think it would help.
Cheers