shige 03/25 2011
Nasser M. Abbasi wrote:
> I was wondering if there is something I can do to change this
> behavior by l2h. I wanted the table to look like it is in
> latex if possible.
For the border line, I think LaTeX tabular environment is
more flexible than HTML table. For
On 3/25/2011 4:12 AM, Shigeharu TAKENO wrote:
One simple solution of your problem using latex2html is to
make image:
Ex. 3:
\usepackage{html}
...
\begin{makeimage}
\begin{tabular}{|c|c|}\hline
a& b \\% NO \hline here
c& d \\ \hline
\end{tabular}
\end{makeimage}