TextBox in ASP

  • Thread starter Thread starter Zach
  • Start date Start date
Z

Zach

ASP.Net has no rich text box. Is there a way to get text underlined, in a
text box in spite of the absence of formatting options?

Zach
 
ASP.Net has no rich text box. Is there a way to get text underlined, in
a text box in spite of the absence of formatting options?

You should be able to do it with CSS.

{text-decoration:underline}

Arne
 
Back
Top