|
|
"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
|
|