Forum Discussion
JosephReplin-f0
9 years agoCommunity Member
Relative File/URL Links
Our organization is fairly large and getting everyone on the same PC file structure for projects would be fairly difficult. Once inside a project folder, our files are all the exact same so a relati...
JohnBowyer-Smyt
3 years agoCommunity Member
@Chris You can use Javascript to hide the Resources Link:
// Hide the Resources link
const resources = document.getElementById("resources-link");
resources.style.display = "none";
Related Content
- 6 years ago
- 4 months ago
- 6 months ago