POV-Ray : Newsgroups : povray.off-topic : HTML question. : HTML question. Server Time
30 Sep 2024 03:19:08 EDT (-0400)
  HTML question.  
From: gregjohn
Date: 28 Dec 2008 18:10:01
Message: <web.495806532ea49e3334d207310@news.povray.org>
I've got a file on my HDD that I can see very well with Firefox as:

file:///C:/$user/gute/1/5/9/1/15912/15912-h/15912-h.htm

However, I've got two different HTML files that link to it. "My version" has
this code:
<a
href="../1/5/9/1/15912/15912-h/15912-h.htm">1/5/9/1/15912/15912-h/15912-h.htm</a>

and "the original one" has this code:
<a
href="../1/5/9/1/15912/15912-h/15912-h.htm">1/5/9/1/15912/15912-h/15912-h.htm</a>

(Obviously, the same exact code, but one has a bunch of my own gibberish in
front of that HTML snippet. Both  exist in the same directory: C:/$user/gute/ )

The original HTML file, when clicked, brings up:
file:///C:/$user/gute/1/6/6/7/16673/16673-h/16673-h.htm

and my non-working HTML file, when clicked, brings up:
file:///C:/$user/1/5/9/1/15912/15912-h/15912-h.htm


Any idea what I might have messed up in my version of the HTML? I couldn't find
any "this is your global subdirectory" command in the beginning HTML of the
working file.

tia


Post a reply to this message

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