Question
setting inline style within Field value
I have a requirement to display a field value property in a particular color and font. Here is the field value I am using in the left navigation panel, only the "({.WBCaseCount(ImageAssociation)})" count value should display in blue and smaller font. I am using this field value in the "Navigation Link"
Image Association ({.WBCaseCount(ImageAssociation)})
I have tried using the syntax "Image Association (color:#0081C9{.WBCaseCount(ImageAssociation)}) " but no result.
Please let me know if anyone is aware of setting inline style directly in the field value.
Added the screen shot as well.
Hi Malabika
Can you open developer toolbar and check what the mark up looks like currently (without the color attribute included) and see if you can check the id of the associate color that way?
Thanks