I am attempting to design a simple table and populate w/contact information; Name, Address, E Mail Address, etc. This will be .pdf document up-load to web server. I need to add mill to hyperlink to table could someone please advise on how best to proceed.
The only code I have now is simple:
Code: Select all
\begin{tabular}{|l|l|}
\hline
\multicolumn{2}{|c|}{Some Tex} \\
\hline
{\bf Members Name} & {\bf City} \\
\hline
XXXX& XXXX & XXXX\\
\hline
\end{tabular}
Corbin