<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000099">
    Hi Naseer,<br>
    <br>
    I too face a similar problem where the PDF output is a s desired
    from the latex code, whereas, the html has all the horizontal and
    vertical lines.<br>
    <br>
    Looking forward for a solution.<br>
    <br>
    Than you and regards,<br>
    <br>
    - Sunil<br>
    <br>
    On 2/9/2012 6:53 AM, Nasser M. Abbasi wrote:
    <blockquote cite="mid:4F33202B.3050308@12000.org" type="cite">On
      2/8/2012 6:56 PM, Nasser M. Abbasi wrote:
      <br>
      <blockquote type="cite">hello;
        <br>
        <br>
        I'd like to make a table, where I insert my own \hrule between
        <br>
        rows when I want to, because I'd like to group some rows
        together,
        <br>
        But l2h seems to generate horizontal  rule in the html table
        <br>
        between each row even thought in latex this line is missing.
        <br>
        <br>
        Here is an example
        <br>
        <br>
        ---------- foo.tex -------
        <br>
        \documentclass[12pt]{article}
        <br>
        \usepackage{html}
        <br>
        \begin{document}
        <br>
        <br>
        \begin{tabular}{|l | l|}
        <br>
        a&b\\
        <br>
        c&d\\
        <br>
        \end{tabular}
        <br>
        <br>
        \end{document}
        <br>
        ----------------
        <br>
        <br>
        latex2html foo.tex
        <br>
        pdf2latex foo.tex
        <br>
        <br>
        I see the pdf has no horizontal lines, but the html does.
        <br>
        <br>
        What is the correct way to do this in l2h?
        <br>
        <br>
        I am using 2008 v 1.71
        <br>
        <br>
        thanks,
        <br>
        --Nasser
        <br>
      </blockquote>
      <br>
      <br>
      btw, the only trick I know about is to use makeimage, but this
      <br>
      means the hyperlinks I have inside the table are lost, since one
      <br>
      can not click on them any more. Here is an example:
      <br>
      <br>
      --------------------------------
      <br>
      \documentclass[12pt]{article}
      <br>
      \usepackage{html}
      <br>
      \usepackage{hyperref}
      <br>
      \begin{document}
      <br>
      <br>
      \begin{makeimage}
      <br>
      \begin{tabular}{|l | l| }
      <br>
      a&b\\
      <br>
      c&d\\
      <br>
      \url{<a class="moz-txt-link-freetext" href="http://12000.org/my_notes/l2hwin/index.htm">http://12000.org/my_notes/l2hwin/index.htm</a>}&e\\
      <br>
      \end{tabular}
      <br>
      \end{makeimage}
      <br>
      <br>
      \end{document}
      <br>
      -------------------------------
      <br>
      <br>
      and now the table does come up ok, with no horizontal
      <br>
      lines, but it is an image, and the link is not clickable
      <br>
      ofcourse. The whole table is rendered as image.
      <br>
      <br>
      So I am looking for a different solution.
      <br>
      <br>
      thanks,
      <br>
      --Nasser
      <br>
      <br>
      <br>
      _______________________________________________
      <br>
      latex2html mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:latex2html@tug.org">latex2html@tug.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/latex2html">http://tug.org/mailman/listinfo/latex2html</a>
      <br>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      Regards,
      Sunil C.
    </div>
  </body>
</html>