I have try the \begin{tabular} but it cant work for me.
Code: Select all
\renewcommand{\maketitle}{
\null
\vfill
\thispagestyle{empty}
\begin{center}
\begin{tabular}{|p{4.7cm}|}{|c|}
\hline
{\rmfamily\large\bf\@title\\}
by\\
{\rmfamily\large\bf\@author}\\
\hline
\end{tabular}
\end{center}
\cleardoublepage
\vfill
\null
}