Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textbox Multiline Issues

Status
Not open for further replies.

jecairns

Programmer
Oct 5, 2005
21
CA
I was wondering if anyone knows if this is a known glitch, or there is a way around this, but:

-When developing an aspx page with the textmode set to MultiLine, the font changes as well (from Times New Roman to Courier New, I believe.) I have tried rectifying this by using the built in stylesheet for the project and by changing the style in-line, but to no avail. Is this similar to the maxlength attribute being disabled on a multiline textbox?

Any knowledge on this would be greatly appreciated.

Thanks in advance,

JC
 
A multiline textbox renders as a TextArea. If you are using CSS, then you will have to set a class for TextArea.

Jim
 
Although it should only matter what it renders as if you are actually setting it's properties via the elements type rather than it's ID or class.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top