cancel
Showing results for 
Search instead for 
Did you mean: 

Paragraph Formatting Text Interpretation as HTML text

Former Member
0 Kudos

Post Author: needhelptoo

CA Forum: Formula

Hi,I have a formula field and using HTML interpreting.So the formula field {@display} is set with Paragraph FormattingText Interpretation as HTML text.How and where do I control the font size and type?The font size is considerably larger then the rest of the report which is Arial 8.how do I make the {@display} also have the same font size?How do I add a HTML tab? and where?thank you anyone for your help!

"<font face = 'Arial'><font size = 2>"{table.field}"</font size></font face>" where do I put this code?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Post Author: bryanflora

CA Forum: Formula

In fact, what you wrote is the formula content {@display}You can create another formula like :"<font face = 'Arial'><font size = 2>"+ {@display}+"</font size></font face>"Or just combine the content into your original {@display}.