The web client appears to be showing a different rendering of fields with background colours. I want to show colour coded fields depending on the users selection. I have used a simple html string as follows:
case 'mon':day_mon = '<html><div bgcolor="#FF0008" align="center">✗</div></html>';break;
This works perfectly in smart client, however when the app is migrated to the web client this breaks and you loose the background colouring.
Do any of you know why this is OR an alternative way to colour specific fields based on their content ?
Many thanks