ID:2086113
 
(See the best response by Lummox JR.)
Code:
winset(src, "label1", "text = '<u>Hello</u>'")


Problem description: This gives a < u >Hello< /u > text and doesn't underline the Hello, how can I underline text with winset?

Best response
Labels don't support HTML. For underlining you'll have to use the font-style parameter.
That's for the webclient though. If your game is marketed towards the webclient, you might as well make use of CSS/JS instead.