How do I format an HTML anchor tag to link to a shared network folder?
I tried the following and it does not like it.
<a href="file:\\myserver\myfolder\myfile.docx">My Shared Folder</a>
Try this URL:
<a href="file://///myserver/myfolder/myfile.docx">
I believe the correct mark up is:
<a href="file:///\\serverpath\folder\filename.ext">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With