Link as <img> in PDF

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>

Hi,
I found the link in PDF. But it does not cover the image and it is placed at the top of page :frowning:

Moreover, on computer (WinSrv2012R2) with Workflow & Designer (2019.2) pdf is correct, but on my comupter (Win10Pro) only with Designer (2019.2) pdf from the same template/datamapper and data is without link!