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? Link to comment https://forums.phpfreaks.com/topic/210171-textarea-wrapping-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/210171-textarea-wrapping-problem/#findComment-1096836 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? Link to comment https://forums.phpfreaks.com/topic/210171-textarea-wrapping-problem/#findComment-1096893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.