Entfernen Sie die Textdekoration aus einer Tag -HTML -E -Mail -Vorlage

<style>
.blank {} /*create empty class*/
</style>
<!--add blank class to span tag-->
<a href="#"><span class="blank" style="text-decoration: none;">link to somewhere</span></a>
Nitria