Hi, I tried to use html-file as url address in Chrome.
This little site works in usual windows browser, but don’t work in Workfusion.
Who knows, what is reason?
Thank you! But unfortunately I wanted to load xml or html file in browser. As I understand right it is impossible in WF. Only http or https connection with web pages. Is it right?
If you were linking to that same page from a page in the same directory, the href would be just page1. html. If you were linking from your homepage, i.e., in the root directory, the link would read <a href="links/page1. html">
, as you would have to go down into the directory first, and then get the file.