tidy.exe

Hello!

I just tried tidy.exe on one of my html-files and the result was
catastrophic. It took away all the closing </td> and </tr> tags. This table
shows what happens.

TABLE BEFORE:

<table>
<tr>
	<td></td>
</tr>
</table>


TABLE AFTER:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

    <title></title>

    <table>
      <tr>
        <td>
    </table>

1) Why is the doctype HTML 3.2?
2) If inserting "missing" title-tags, why not include the rest as well?
(head-body-html)
3) And of course the closing tags.

Regards
Terje Hauger

Received on Wednesday, 21 November 2001 14:31:59 UTC