I want to use the <base> tag for my links. Unfortunatly browsers don't seem to accept relative URLs in the href attribute:
<base href="../" />
I don't want to specify an absolute URL as the page will not always be in the same location. Any way to accomplish the effect with a relative URL?

Thanks in advance