Is there a way to structure a file path so as to use LoadUrl for a file in DirInternal?
The problem with loading html as text seems to be that relative links do not work.
e.g. if you have a file called "help.html" in DirInternal and a file called "help.css" also in DirInternal then "help.html" does not see the "help.css" file, presumably because it is loaded without knowing its own file path.