Hi,
I try to make in Print Context an <img> as a link (in output PDF):
this doesn’t work:
<a href=“https://www.someAddress.com” target=“_blank”>
<img src=“https://someAddress/someImage.jpg”>
</a>
(neither 2018.2 nor 2019.2, neither with Proof Print nor Workflow)
Am I doing sth wrong?
this works:
<a href=“https://www.someAddress.com” target=“_blank”>
linked text
</a>