Forum Discussion
EverettPatterso
6 years agoQrew Captain
Should be easy, how are they "entering" text into a rich text field? Can you make an example?
------------------------------
Everett Patterson
------------------------------
------------------------------
Everett Patterson
------------------------------
PatrickDunn
6 years agoQrew Assistant Captain
Thanks, I was able to figure this out. For the benefit of others:
var text styling = "font-family: Arial; font-size: 12pt;";
"<div style='" & $styling & "'>" & [enter field name here] & "</div>"
------------------------------
Patrick Dunn
------------------------------
var text styling = "font-family: Arial; font-size: 12pt;";
"<div style='" & $styling & "'>" & [enter field name here] & "</div>"
------------------------------
Patrick Dunn
------------------------------
- JordanMcAlister6 years agoQrew Captain
Here is some more things you can do with it:
"<p style='font-family: Tahoma, Verdana, Segoe, sans-serif;line-height:0'><span style='font-size:85%; font-weight:bold; background-color: #FFFF00'>" & [enter field name here] & "</span></p>"
------------------------------
Jordan McAlister
------------------------------