TextBox in ASP

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
 
A

Arne Vajhøj

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Text Box ASP 2
textbox and rtf 5
Link Button Question (II) 9
Link Button (II) ASP 5
Style sheet question 2
Parse textbox words for query values 5
Simpel TextBox Question 6
TextBox bug 2

Top