Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Change font in the middel of a TextItem  (Read 1434 times)

Paul Traut

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Change font in the middel of a TextItem
« on: October 23, 2018, 11:31:57 AM »
Hello,

is it some howe possible to chang the font style in the middle of a text.
I mean something like

"This is a text in a TextItem where this part is "Bold" but the rest is normal."

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: Change font in the middel of a TextItem
« Reply #1 on: October 23, 2018, 01:00:28 PM »
Hi!
You can use html to change font in the text
1. AllowHtml in the TextItem
2. Put something like this to TextItem content:
"This is a text in a TextItem where <b>this part is "Bold"</b> but the rest is normal"

Paul Traut

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: Change font in the middel of a TextItem
« Reply #2 on: October 23, 2018, 05:00:01 PM »
Thanks,

have forgotten the html functionality

Paul