0

HTML formatting

In a formula field, for example, if I put only one code with html format the "bold" style works good.

html("<b>HOME</b>")

When I add a new word it doesn't work good. How can I do this?

"Welcome - " + html("<b>HOME</b>")

Schermata 2018-04-20 alle 13.07.56

1 reply

null
    • Support
    • 6 yrs ago
    • Reported - view

    It should be:

    –––
    html("Welcome <b>HOME</b>)
    –––

    i.e. if you start to use html() you'll have to apply it all the way.

    Birger

Content aside

  • 6 yrs agoLast active
  • 1Replies
  • 3107Views