I have seen a few posts like this but none seem to answer my question
Some users use IE and some use Edge at work. I am developing an access hub to avoid navigating the shared drive.
Some links refer to folders on the drive rather than files. It works fine in IE, but doesn't work in edge
<a style="font-family:Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;;top:72.5%;left:5%;color:black;font-size:110%"href="file:///G:/DepartmentName/FolderName" class="btn btn-default">LinkName</a>
Can you help make this work?
Many thanks
Luke