Thanks ! it works now. I changed it to use \begin{center} .. \end{center} to
center the table. And now all links are there now.
I am not very good in Latex ;)
--Nasser
On 3/28/2013 6:34 PM, Radhakrishnan CV wrote:
On Fri, Mar 29, 2013 at 4:03 AM, Nasser M. Abbasi <[email protected]> wrote:
When generating HTML from this file
----------------------
\documentclass{article}%
\usepackage{hyperref}
\begin{document}
\[%
\begin{tabular}[c]{|l|}\hline
\href{http://www.google.com}{**web site}\\\hline
\end{tabular}
\]
\end{document}
----------------------
Please remove \[ and \] from the sources and try again. You might depend
on .css to center your table. Using display math to achieve the same goal
is improper markup style.
Best