MDanz Posted August 9, 2010 Share Posted August 9, 2010 i have a textarea.. <textarea name='content' id='content' wrap='soft' style='background-image: url(\"frontinput.jpg\");color: #000000;font-size:12px;font-family:Arial;width:445px; height:77px;border:none; padding:5px;'></textarea> when i display in the div.. the text doesn't fill up the div. the text goes 75% of the way and then line breaks. here is the css for the div. .message { float:left; width:98%; background-color:#EFEFEF; border: 1px solid black; padding:4px; overflow:auto; margin-left:3px; min-height:120px; } How do i get the text to go to the end of the div and then line break? Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted August 9, 2010 Share Posted August 9, 2010 The textarea goes 75% of the way? You've set a static width of 445px in the textarea style attribute. Quote Link to comment Share on other sites More sharing options...
MDanz Posted August 9, 2010 Author Share Posted August 9, 2010 no, the text in the div goes 75% of the way. When i get the text from mysql it doesn't fill up the div. do you know why? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.