I noticed that the HTML page generated for a latex table contains
lines between rows of the table, even though I do not tell it in
Latex to put a line there.

Here is a simple example

-----------------
\documentclass{article}
\usepackage{html}
\begin{document}

\begin{tabular}{|c|c|}\hline
  a & b \\    % NO \hline here
  c & d \\ \hline
\end{tabular}

\end{document}
---------------------

The above, after pdflatex will have a table, with NO line
between the first and the second row.

But

latex2html foo.tex

and looking at HTML foo.htm, I see a line generated between the rows.

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.

thanks
--Nasser
_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to