How to stop Opera from opening html files from temp folder
-
Kalenz last edited by
I have interactive stories on my hard drive. Each of the different pages is it's own html file in the folder. The problem is that when I open these with opera it creates a temporary file in the C:/Users/name/AppData/Local/Temp/ folder which makes the interactive story unusable since the links look for the other chapters in the temp folder where of course none exist. How do I tell opera to just open the files from the folder the files are located in instead of creating a temp file?
-
burnout426 Volunteer last edited by
I can't confirm.
In a folder named "test" on my desktop, I have:
main.html:
<h1>Main</h1> <p><a href="sub.html">sub</a></p>
sub.html:
<h1>Sub</h1> <p><a href="main.html">main</a></p>
Those load fine in Opera and load the direct files in the folder on the desktop and the links work no problem.