I am sending out html emails with my company name and website link in the footer. However when viewing these in outlook a preview of the website's content is shown below the link. I have had a search around and it seems possible to prevent these in outlook settings (https://www.codetwo.com/kb/disable-link-preview/) but is there any way to prevent these within the html of the email? The link is a simple 'a' tag:
<a href="https://my.website.com" target="_blank">my.website.com</a>