Hi Folks,
I have a question concerning the addition of an imagine in an interview using HTML.
For example, I added a <div> tag and inside I would like to show an image stored in \interview-theme\resources.
EX:
<div>><img class="XXX" src="\interview-theme\resources\XXX.png" alt = "XXX"></div>
How do you specify the relative path of the image stored in your project ?
Thank you in advance.