On Fri, 11 Aug 2000 12:37:36 +0200, Or Botton wrote:

> Arachne seems to have a slight problem when handling text in PRE tags.

> At the page:
> http://users.uniserve.com/~alexad3/course/chapter_1.htm

> The first C code example in that site is using PRE tags. When viewed
> with Arachne, the first "for" line in that example gets cut off, and
> everything else in that PRE paragraph is gone.
> (compare by looking at the source.)

_ clipped from http://users.uniserve.com/~alexad3/course/chapter_1.htm _

<pre>
int *it1, *it2;
int i;

it1=malloc(100*sizeof(int));
it2=it1;
for ( i=0; i < 100; i++ )
 {
 *it1=i;
 it1++;
 }
</pre>

_ end clip _


 It's the infamous "less-than" problem again. (line 6, character 14)
The same thing that causes JS with a "<" within it to display a blank
page after hitting the offending less than symbol.

 The problem lies somewhere within Michael's HTML renering engine.
The question is: *Where* in there??? :-)





Glenn McCorkle [EMAIL PROTECTED] North Jackson, Ohio, USA
DOS prog. for QV cameras http://www.angelfire.com/id/glenndoom/qvplay.html
Other stuff http:[EMAIL PROTECTED]/
-- 
            Arachne, The Web Browser for DOS
   Open the 'DOOR' to the WWW. Keep the 'windows' closed.
  Download Arachne for DOS http://browser.arachne.cz/dos/
      Visit the Arachne home page http://arachne.cz/

Reply via email to