Dear all,
Either I have found a bug or there must be a way unknown to me to produce absolute paths when including images with an Image TV using the Image Widget. I have included the image via [*EventsPicture*] in the template and the result looks as follows:
<img class="eventpicture" src="assets/images/Events 2008/event1.jpg" />
Is there any way to either just return the path of the image or return the absolute position?
assets/images/Events 2008/event1.jpg
or
<img class="eventpicture" src="/dev/assets/images/Events 2008/event1.jpg" />
I’m using url rewriting, which is the reason why I need the absolute path.
Thanks a lot for your highly appreciated help!
Cheers,
brans