Setting a colour on a URL link
The HTML Editor allows you to setup links to any URL. When the link is created, the system will by default, set the colour of the link to a vivid blue. It is possible however, to change the colour of the link which is displayed.
Step-by-step guide
To change the colour of a URL link within the HTML editor, perform the following steps:
Edit the required email template or the email stationery
Insert the URL link as follows:
enter the text of the link
place your cursor somewhere within the text you have just added
click the
icon (Insert Link) displayed on the Editor Toolbar
set the Properties of the link defining if it is an email link, or a URL to a website
click the OK button when complete
With your cursor still sitting within the text of the link, click the HTML tab at the bottom left of the HTML editor dialog
Enter the following phrase after the URL address.
style="color:#165480" - where the colour # (hex) code has been previously ascertained
as an example, the code would look something like this.... <a href="www.URL_website_address" style="color:#165480" target="_blank">www.website address</a>
Setting a colour on an embedded email field
The HTML Editor also allows you to set the colour for an embedded email field.
Step-by-step guide
To change the colour of an embedded field within the HTML editor, perform the following steps:
Edit the required email template or the email stationery
Insert the embedded email address field
With your cursor still sitting within the text of the link, click the HTML tab at the bottom left of the HTML editor dialog
Enter the following phrase instead of the embedded email field:
<a href="mailto:<From EMail Address>" style="color: #328042"><From EMail Address></a>
Note that the 3 colour code needs to be adjusted as required.