How do I add an underline to text?
1 Like
The same asked
If you use the label component, enable the HTML Format
property and you can use html tags to underline the text.
For example:
<u>This Text Is Underlined</u>
13 Likes