- From: Mike Brown <brown@mrvideo.vidiot.com>
- Date: Mon, 1 Sep 2008 16:12:06 -0500
- To: Amaya mail list <www-amaya@w3.org>
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! 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 Monday, 1 September 2008 21:13:11 UTC