We have a Html Builder, that allows you to create responsive html for emails. We are using a third party engine to send the emails in bulk. The problem is, when email is being o
I have fixed this by wrapping my large images in an anchor tag like this one:
<a href='#'>
If you don't want the user's cursor to indicate a link, add style='cursor: default;'
to your img
element.
I have fixed this by add this code to syles
table table table div {display: none !important;}