multiline text box width
-
Hi all, In testing of my web application, the customer has entered in a multi line text box a text from more than 200 letters with no spaces in between words (smart customer Ah!)and i have sat the width in %. When saving the design of the page was corrupted and the width of page became equal the width of the textbox. i have tried wrap property but didnt solve my issue. Still the width of page is affected by width of textbox. Is ther a way that i can prevent page width from growing with textbox width other than putting textbox width in pixels. thanks
-
Hi all, In testing of my web application, the customer has entered in a multi line text box a text from more than 200 letters with no spaces in between words (smart customer Ah!)and i have sat the width in %. When saving the design of the page was corrupted and the width of page became equal the width of the textbox. i have tried wrap property but didnt solve my issue. Still the width of page is affected by width of textbox. Is ther a way that i can prevent page width from growing with textbox width other than putting textbox width in pixels. thanks
-
Hi all, In testing of my web application, the customer has entered in a multi line text box a text from more than 200 letters with no spaces in between words (smart customer Ah!)and i have sat the width in %. When saving the design of the page was corrupted and the width of page became equal the width of the textbox. i have tried wrap property but didnt solve my issue. Still the width of page is affected by width of textbox. Is ther a way that i can prevent page width from growing with textbox width other than putting textbox width in pixels. thanks
Hi guy, The 'nowrap' property won't take effect on the width in % but px. You can set the width of controls in px and the same time set the 'nowrap' property to controls.
Welcome to www.softwaretree.net! This website is generated completely by static html pages transforming technology. You can find many excellent audio/video tools there!
-
Hi, can you post your code? I think its better to use CSS.
Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.
-
Hi guy, The 'nowrap' property won't take effect on the width in % but px. You can set the width of controls in px and the same time set the 'nowrap' property to controls.
Welcome to www.softwaretree.net! This website is generated completely by static html pages transforming technology. You can find many excellent audio/video tools there!
-
Hi all, In testing of my web application, the customer has entered in a multi line text box a text from more than 200 letters with no spaces in between words (smart customer Ah!)and i have sat the width in %. When saving the design of the page was corrupted and the width of page became equal the width of the textbox. i have tried wrap property but didnt solve my issue. Still the width of page is affected by width of textbox. Is ther a way that i can prevent page width from growing with textbox width other than putting textbox width in pixels. thanks
Try by providing the style value...
"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)
-
Hi all, In testing of my web application, the customer has entered in a multi line text box a text from more than 200 letters with no spaces in between words (smart customer Ah!)and i have sat the width in %. When saving the design of the page was corrupted and the width of page became equal the width of the textbox. i have tried wrap property but didnt solve my issue. Still the width of page is affected by width of textbox. Is ther a way that i can prevent page width from growing with textbox width other than putting textbox width in pixels. thanks
width =95% might not work Better create a class in your css and add CssClass='createdClass' to your TextBox
In Word you can only store 2 bytes. That is why I use Writer.
-
Hi all, In testing of my web application, the customer has entered in a multi line text box a text from more than 200 letters with no spaces in between words (smart customer Ah!)and i have sat the width in %. When saving the design of the page was corrupted and the width of page became equal the width of the textbox. i have tried wrap property but didnt solve my issue. Still the width of page is affected by width of textbox. Is ther a way that i can prevent page width from growing with textbox width other than putting textbox width in pixels. thanks