[amaya] Reformatting errors - take 2

I didn't see a response to this problem, but I might have missed it in all
the junk mail that I get and the fact that the Amaya mail list doesn't mark
it as being Amaya mail, so I'm reposting and marking the subject line to
make it easier to find a response.  Sorry, if this has been responded to.

Pre-4 for W2K installed.

Amaya has an annoying habit (to me anyway) of completely reformatting my
HTML layout.  What does it take to stop this practice?

Worse, it gets things wrong, to wit:

<p>The full production number starts with 011-40217. For example, the full
production number for <em>Stairway to Heaven</em> is 011-40217-046.</p>
<!--$url-minder-ignore$-->

<p>This page downloaded on <!--#echo var="DATE_GMT"-->
<!--$/url-minder-ignore$-->
</p>
<address>
  <!--$url-minder-ignore$-->
  Last modified on <!--#echo var="LAST_MODIFIED"-->
  . <!--$/url-minder-ignore$-->

</address>


Should really be:

<p>The full production number starts with 011-40217. For example, the full
production number for <em>Stairway to Heaven</em> is 011-40217-046.</p>

<!--$url-minder-ignore$-->
<p>This page downloaded on <!--#echo var="DATE_GMT"--></p>
<!--$/url-minder-ignore$-->

<address>
<!--$url-minder-ignore$-->
Last modified on <!--#echo var="LAST_MODIFIED"-->.
<!--$/url-minder-ignore$-->
</address>

Maybe it was because I was missing

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

at the top of the file (an old webpage).

Either way, it screwed up where it wanted to place the </P> and by moving
the period to the next line, it would have been rendered with a space in
front of it.  Wrong!

Thanks.

MB
-- 
e-mail: vidiot@vidiot.com                                /~\ The ASCII
[I've been to Earth.  I know where it is.         ]      \ / Ribbon Campaign
[And I'm gonna take us there.    Starbuck  3/25/07]       X  Against
Visit - URL: http://vidiot.com/                          / \ HTML Email

Received on Saturday, 6 September 2008 16:50:25 UTC