I am having problem with setting up textarea's warp attribute. I am using this. document.getElementById('textareaid').wrap = 'hard'; But, it does not seem to be putting the change. Can anyone help?
There's no longer an attribute for <textarea> named "wrap" in the HTML specs. Sounds like it might be depreciated. You might achieve the effect you want with the CSS property 'white-space'.