Skip to main content
Inspiring
May 24, 2017
Answered

How to adjust font within a calculated field?

  • May 24, 2017
  • 2 replies
  • 966 views

Title is mostly explanatory, but I have a calculated field with headers... I want these to be centered, and larger font if I can... with the rest of the text being left alone

This topic has been closed for replies.
Correct answer Bernd Alheit

Allow rich text format in the text field and use JavaScript span objects.

2 replies

Bernd Alheit
Community Expert
Bernd AlheitCommunity ExpertCorrect answer
Community Expert
May 24, 2017

Allow rich text format in the text field and use JavaScript span objects.

try67
Community Expert
Community Expert
May 24, 2017

Why do it with a script? Just set the field's Appearance properties manually.

Inspiring
May 24, 2017

Because, as I stated, I just want the headers different

try67
Community Expert
Community Expert
May 24, 2017

What do you mean by "header", exactly? Is this text in a form field?