I would like to avoid the color change in an html email template when a anchor is clicked.
In Outlook, a white anchor get purple after it's clicked.
The code:
<table style="background-color: #404040; width: 100%;">
<tbody>
<tr>
<td>
<table cellpadding="3" cellspacing="0" border="0" style="width: 100%; margin-bottom: 2px">
<tbody>
<tr>
<td width="10px"></td>
<td><a href="http://www.izigo.pt" target="_blank" style="font-family: verdana,geneva,sans-serif; color: #D3D3D3; font-size: 10px; text-decoration: none;">Oficinas</a></td>
<td width="12px"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>