N
Nick Z.
I have an index.html file that I want to edit.
It's path is "c:\Projects\C#\Website\index.html"
index.html is referencing "c:\Projects\C#\Website\home.html" in a frame.
Now here comes the problem, no matter what I do home.html is not
displayed in the frame when index.html is opened in frontpage.
In split view, where the frame should be, frontpage shows a message
"Could not open page file:///C:/Projects/home.html", which is first of
all the wrong path, it should be "file:///C:/Projects/C#/Website/home.html"
The problem is the '#' character in the correct path, if I move the
whole "Website" folder to lets say "c:\Website" and open index.html in
frontpage again everything works fine.
I REALLY have to keep the path though.
How do I overcome this problem?
Thanks in advance,
Nick Z.
It's path is "c:\Projects\C#\Website\index.html"
index.html is referencing "c:\Projects\C#\Website\home.html" in a frame.
Now here comes the problem, no matter what I do home.html is not
displayed in the frame when index.html is opened in frontpage.
In split view, where the frame should be, frontpage shows a message
"Could not open page file:///C:/Projects/home.html", which is first of
all the wrong path, it should be "file:///C:/Projects/C#/Website/home.html"
The problem is the '#' character in the correct path, if I move the
whole "Website" folder to lets say "c:\Website" and open index.html in
frontpage again everything works fine.
I REALLY have to keep the path though.
How do I overcome this problem?
Thanks in advance,
Nick Z.