Is there any way to define a base link for a web page, meaning that all relative hrefs in the page start at that base location (different from the location of the web page)?
This is what I want:
<base = "../Main/Sub/Subsub1/">
The page I'm using this in is in a subfolder parallel to Main, but the content it will link to is under Main. I tried the above code, but it doesn't work