Leaving <!-- comments --> unchanged

Hello

I make extensive use of <!-- comments -->. When I run HTML Tidy on my files
it converts:

<table>
<tr>
<!-- Row 1 Column 1 -->
<td>
<!-- paste text here -->
<p>This is a line of inserted text</p>To this:

<table>
<tr><!-- Row 1 Column 1 -->
<td><!-- paste text here -->
<p>This is a line of inserted text</p>Is there any way I can get HTML Tidy to leave my <!-- comments -->
unchanged?


Regards, Steve
_________________________________________________
Stephen Reynolds - Adelaide - South Australia
mailto:spr@ozemail.com.au
http://www.ozemail.com.au/~spr/sitework/index.htm

Received on Friday, 24 March 2000 13:14:04 UTC