Forum Discussion

BenjaminBrooks's avatar
BenjaminBrooks
Qrew Trainee
5 years ago

Font Size in Rich Text (formula)

I have a paragraph that is in my Rich Text (formula) field and I would like the text to be 18pt font and Arial as the font. It has field data in it as well like customer name that needs to be 18pt as well and Arial. How would I do this?

------------------------------
Benjamin Brooks
------------------------------
  • Try this
    var text MyText = your existng code goes here;

    "<span style=font-family:Arial; font-size: 18pt>" & $MyText & "</span>"

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • BenjaminBrooks's avatar
      BenjaminBrooks
      Qrew Trainee
      Thanks for saving the day like usual Mark!

      ------------------------------
      Benjamin Brooks
      ------------------------------