How to use Color type Field in Notes & In web

How to use Color type Field in Notes & In webpl reply soon

thanks

Subject: How to use Color type Field in Notes & In web

It can only be done in client. In the column properties check the “use value as
color”
The value expected is a list representing background and letter colors.
example using RGB
234:34:45 : 23:45:123
example using Html color format (forgot the name )
“276ca3” : “e3487e”

To make something similar in the web use HTML.
In the view create a column before and put “table border=“0”
bgcolor=”#EDEDED"> ]" put another column where you want it to end like
this “/td> ]”.

combining this with @if you can create what you want