Signature colour change within Outlook
Sometimes, Outlook can add some extra parameters onto the code that manages your colour. This can mean the colour in your signature will change. This article shows you how to change it back. An example is this original coding of the website link within outlook:
www.canddi.com
</a>
This is how Outlook by default changed the colour:
<a href="www.canddi.com">
<span style="colour:#fff">
www.canddi.com
</span>
</a>
This is how you should change the colour:
The code must look like this:
<a href="www.canddi.com" style="colour:#fff">
www.canddi.com
</a>
Have more questions? Contact us at hello@canddi.com or 0161 414 1080
www.canddi.com
</a>
This is how Outlook by default changed the colour:
<a href="www.canddi.com">
<span style="colour:#fff">
www.canddi.com
</span>
</a>
This is how you should change the colour:
The code must look like this:
<a href="www.canddi.com" style="colour:#fff">
www.canddi.com
</a>
Have more questions? Contact us at hello@canddi.com or 0161 414 1080
Updated on: 05/02/2020
Thank you!