How do I change the styles on a custom field?
From SmartWiki
Revision as of 11:51, 22 April 2013 by Arthur Lathrop (talk | contribs)
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.
An examples of this is:
Style: <span style='color:#ffffff'>@value@</span>
HTML Tag: readonly class=textreadonly style='color:#ffffff'