Email code not working in forwarded email and in outlook on windows
I am having a issue with code in my emails.
The different components in my email have the following code surrounding each block / section:
<div style="position: relative;">
<a href="link-with-all-utm-parameters" class="link-tag" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;"></a>
<table>
block or section html
</table>
</div>
The purpose is that the complete block / section, like e.g. a header image is clickable.
On apple devices this kind of thing is working correct. The complete block or section can be clicked.
On outlook this code is not working, there seems to be no link.
The problem is also there ( even on email clients on apple ) if the mail has been forward.
So forwarding the mail changes the code or functionality?
Can somebody help on this?