However, I can't "put" graphics into those containers.
On my local drive ( mapped to W: ) I have a directory for the website. It is named "coffee." I assume that is what you are calling the "root folder". Its absolute path is W:\coffee
In coffee I have two projects : project1.rlmp and tea.rlmp
They are identical.
In coffee I also have a folder that contains graphics that I might use in this project. That folder is called img. Its absolute path is W:\coffee\img
Files in that folder include
W:\coffee\img\nutrasweet.jpg
W:\coffee\img\aspartame.gif
W:\coffee\img\saccharin.png
What is the "export path" to use for those files?
I have tried
img/nutrasweet.jpg (this is what I call, in this situation, the "relative path")
since that doesn't seem to work - the graphics don't display - I've tried
/img/nutrasweet.jpg
nutrasweet.jpg
/nutrasweet.jpg
coffee/img/nutrasweet.jpg
/coffee/img/nutrasweet.jpg
W:/coffee/img/nutrasweet.jpg
None of those work. Or am I missing the concept entirely?