POV-Ray : Newsgroups : povray.off-topic : HTML question. Server Time
30 Sep 2024 01:18:14 EDT (-0400)
  HTML question. (Message 1 to 3 of 3)  
From: gregjohn
Subject: HTML question.
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

From: gregjohn
Subject: Re: HTML question.
Date: 28 Dec 2008 19:20:00
Message: <web.495817133db159134d207310@news.povray.org>
Okay, now I see that the problem is that the files were in two different
directories.


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: HTML question.
Date: 28 Dec 2008 20:03:14
Message: <495821d2@news.povray.org>
gregjohn wrote:
> 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.

Note that there *is* such a thing; it's called <base>.

(yes I saw your other post)


Post a reply to this message

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