POV-Ray : Newsgroups : povray.general : HTML insert menu update : Re: HTML insert menu update Server Time
6 Aug 2024 08:17:15 EDT (-0400)
  Re: HTML insert menu update  
From: Christoph Hormann
Date: 18 Apr 2002 14:53:34
Message: <3CBF162C.A640310C@gmx.de>
"Anders K." wrote:
> 
> You should properly escape the special characters <, >, and & in the code so
> the browser doesn't try to interpret them. For example,
>   location  <0.0, 0.5, -4.0>
> becomes:
>   location  <0.0, 0.5, -4.0>
> and
>   #if (A & B)
> becomes:
>   #if (A & B)
> 
> The lack of these is causing everything after the lathe entry to be
> underlined in Mozilla.

That's fixed now.  I also made a version using frames and javascript with
separate files for each entry:

http://www.tu-bs.de/~y0013390/imenu/index.html

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.