views:

19

answers:

1

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?

A: 

You can probably do it this way:

<input type="radio" name="X" value="Y"><font style="text-decoration:line-through;">My Label</font>
lkdg
There is no attribute "type" in TextInput control, I think its a .Net thing. Besides this will make the whole text strikedthrough whereas the requirement is to make a part of it.
Arslan