Hello,
I have created several dashlets, which read the contents of HTML files located in the repository. Inline CSS editing of these HTML files work perfectly fine. However, I want to create an external style sheet, but I don’t know what path to specify?
Path of HTML File:
Sites/HR/page/News/file.html
Path of CSS File:
Sites/HR/page/CSS/file.css
I have specified “../CSS/file.css” in the HTML file, however it doesn’t seem to work? I'm not even certain if this is even possible?
Thank you.