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 EmailReceived on Monday, 1 September 2008 21:13:11 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:56 UTC