While doing preparation work for upgrading from v15 to v17 (latest Build) on a test system, we have some custom HTML links on the web page portal which we have on our current setup.
I have managed to add these in to the test system, but I cannot seem to control the colour of the font, even with the HTML editor and setting the colour to let say white text, as we may use the "default" background images on the setup.
This is an example of the html code behind we are using
<div style="text-align: center;">
<span style="color: rgb(239, 239, 239);
<a href="<Point to document>" target="_blank">Client Connection Settings</a>
</span>
</div>
It shouild be white, but is displaying in in blue, why?