W3C home > Mailing lists > Public > www-amaya@w3.org > July to September 2008

[amaya] Reformatting errors - take 2

From: Mike Brown <brown@mrvideo.vidiot.com>
Date: Sat, 6 Sep 2008 11:49:42 -0500
To: Amaya mail list <www-amaya@w3.org>
Message-ID: <20080906164942.GC9925@mrvideo.vidiot.com>

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 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 6 September 2008 16:50:25 GMT