Hi, I would like to add some formatting inside of the Classic Card text area, but it only breaks the card when I do this.
Please tell me if this is possible and how.
I was trying to add bold text and change text color.
Thanks!
Hi, I would like to add some formatting inside of the Classic Card text area, but it only breaks the card when I do this.
Please tell me if this is possible and how.
I was trying to add bold text and change text color.
Thanks!
Hi there,
You can add the HTML code to the Classic card element. But kindly try to keep it simple and have it as inline level elements. For example, if I would want to make the text bold and change the color of that section I would add the code like this:
<span style="color: #ff00ff;"><strong>The Bold Text</strong></span>
Feel free to change the color code from #ff00ff
to whatever color code you like.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.