twistedlogic
Technical User
Hi All,
I have a field, and I want to change the color of the first letter of each paragraph. This can be easily done to a text member using:
member("text member"
.item[x].char[1].color = rgb(255,0,0)
however, when you try the same thing on a field member it says "property not found: #color".
anyone got an idea of how to do this??!!!!
thanks in advance
I have a field, and I want to change the color of the first letter of each paragraph. This can be easily done to a text member using:
member("text member"
however, when you try the same thing on a field member it says "property not found: #color".
anyone got an idea of how to do this??!!!!
thanks in advance