Difference between revisions of "How do I change the styles on a custom field?"

From SmartWiki
Jump to: navigation, search
(Q: How do I change the styles on a custom field?)
Line 3: Line 3:
 
'''A''': Typically, this is done by modifying the '''Style''' and '''HTML Tag''' fields under the '''Formatting''' section of 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:
+
Examples include:
  
 
'''Style''': <nowiki><span style='color:#ffffff'>@value@</span></nowiki>
 
'''Style''': <nowiki><span style='color:#ffffff'>@value@</span></nowiki>

Revision as of 12:52, 22 April 2013

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