Top > Frequently Asked Questions > Is there any way to change the font size or color of the fields?

Frequently Asked Questions

Print Prev Next

Is there any way to change the font size or color of the fields?

2020/6/4 Created.

Unfortunately, a field with a [Field Name] cannot have a color, etc.
For fields with a formula, you can add an HTML tag to the field as shown below to format the field in any way you want, such as font size, bold, and color.

_Subject := @GetField( "Subject" );
'<span style="font-size: 18px; font-weight: bold; color: darkred;">' + _Subject + '</span>'


Print Prev Next












© 2024 BestCommunications, Inc.