hello;

I'd like to make a table, where I insert my own \hrule between
rows when I want to, because I'd like to group some rows together,
But l2h seems to generate horizontal  rule in the html table
between each row even thought in latex this line is missing.

Here is an example

---------- foo.tex -------
\documentclass[12pt]{article}
\usepackage{html}
\begin{document}

\begin{tabular}{|l | l|}
a&b\\
c&d\\
\end{tabular}

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

latex2html foo.tex
pdf2latex foo.tex

I see the pdf has no horizontal lines, but the html does.

What is the correct way to do this in l2h?

I am using 2008 v 1.71

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

Reply via email to