Finicky Browser Linking (HTML)
by JASlinux from LinuxQuestions.org on (#5C8TD)
Hi,
I'm having trouble with self-generated html on web pages.
I happen to be in Linux, but I think this is universal.
If I linked this page in a tag:
Code:<DT><A HREF="https://www.duckduckgo.com" ADD_DATE="">DuckDuckGo</A>it works normally.
Yet a file: link doesn't work. Example:
Code:<DT><A HREF="file:///mnt/sdd1/bookmarks_linux.html" ADD_DATE="">Bookmarks</A>or an internal browser link:
Code:<DT><A HREF="chrome://settings/clearBrowserData" ADD_DATE="">BrowserClear</A>Is it obvious what I'm doing wrong?


I'm having trouble with self-generated html on web pages.
I happen to be in Linux, but I think this is universal.
If I linked this page in a tag:
Code:<DT><A HREF="https://www.duckduckgo.com" ADD_DATE="">DuckDuckGo</A>it works normally.
Yet a file: link doesn't work. Example:
Code:<DT><A HREF="file:///mnt/sdd1/bookmarks_linux.html" ADD_DATE="">Bookmarks</A>or an internal browser link:
Code:<DT><A HREF="chrome://settings/clearBrowserData" ADD_DATE="">BrowserClear</A>Is it obvious what I'm doing wrong?