Question
1
Replies
56
Views
Posted: March 3, 2020
Last activity: March 4, 2020
Wrapping the Text
Hi,
I want to wrap text if i enter more characters(say 100 or more). for text area or text input in read only mode.How can I wrap the text ?
Thanks,
Anudeep
You can specify the width and use the CSS3 word-wrap property. Not exactly 100 characters though.
max-width:600px; word-wrap:break-word;