with CSS or any other way, is it possible to disallow newlines in a HTML textarea? So basically I want nothing to happen when the user presses "enter".
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Using jQuery, you could do it like this:
I would also strip out any newlines using PHP or ASP or whatever server-side scripting language you have access to as well to be completely thorough. |
|||||||||||
|
|
its posible with wrap="soft,hard, or off |
|||||
|

<input type="text".../>suffice? – scunliffe Jan 10 '11 at 21:40