How do I change the styles on a custom field?

Revision as of 12:52, 22 April 2013 by Arthur Lathrop (talk | contribs) (Q: How do I change the styles on a custom field?)

Revision as of 12:52, 22 April 2013 by Arthur Lathrop (talk | contribs) (Q: How do I change the styles on a custom field?)

Q: How do I change the styles on a custom field?

A: Typically, this is done by modifying the Style and HTML Tag fields under the Formatting section of a custom field.

Examples include:

Style: <span style='color:#ffffff'>@value@</span>

HTML Tag: readonly class=textreadonly style='color:#ffffff'

See Also