Tim X <[EMAIL PROTECTED]> writes:

> It seems that
> there is a problem with relative links within w3 and I wanted to know
> if anyone else has seen this and possibly has a solution. 

I have never experienced such a problem ; do you have an example
that is accessible on internet ?

> For example, if I'm at the page
>
> http://www.some.host/dir/index.html
>
> and that page has a url of the form <a href="about/index.html">next
> link</a>, tabbing to that link and hitting enter causes w3 to try and
> retrieve the url http://www.some.host/about/index.html when it should
> be trying to retrieve http://www.some.host/dir/about/index.html.

A wild guess: is there an erroneous
<base href="http://www.some.host/index.html";>
in http://www.some.host/dir/index.html ?

Thierry
-- 
thierry |dot| emery |at| free |dot| fr
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to