I want to show underline and strikethrough text(asdb etc) in a radiobutton control, there is no htmlText property to make use of. Is there any way to do so?
You can probably do it this way:
<input type="radio" name="X" value="Y"><font style="text-decoration:line-through;">My Label</font>
精彩评论