html - Fixing non-breaking text in jspx page -


i have webapp 1 particular .jspx page i'm having problem empty text box in table. in snippet of code (edited here size because page way long):

<table cellpadding="2"> <tbody> <tr> <td style="color: #ff6699;"> please add descriptive keywords <br> , comments * </td> <!-- line below problem--> <td> <input id="{c08485a6-60c0-554e-90a1-96d3cf7c6ff7}" style="width:150px; height: 50px; font-size: 11px; border: 1px solid;" name="asset description"> </td> </tr> <tr> <td colspan="2"> <input style="visibility: hidden; height: 5px;"> </td> </tr> <tr> <td style="border-top: 1px dotted #ff6699; padding-top: 10px;" colspan="2"> <span style="font-family: arial; font-size: 14px; font-weight: bold; color: #ff6699;">tell yourself.</span> </td> </tr> <tr> <tr> </tr> <tr> </tbody> </table> 

...if type in description field, text not wrap , scrolls text endlessly right on 1 line type:

(since can't post images... imagine how text type in box endlessly on 1 line right without wrapping)

i've tried changing 'input id=...' 'textarea id=...', , when test in html text box functions way want to:

(again, since no images...
imagine how text
should wrap within my
text box.)

however, if load .jspx page new code , test in app, when click on particular function, blows entire web app , i'm login page 'end of session' message.

pouring on (and other boards) i'm reading 'textarea...' needs special handling when used in .jspx page, i'm not finding correct syntax need. i've tried using closing tag (/textarea>) page/function still broken.

any ideas how might me nice, clean, wrapping text box? many all!!

this isn't possible, you'd have use <textarea></textarea> allow multiple lines.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -