03.10.2016, 11:53
(This post was last modified: 03.10.2016, 12:33 by savaskorkmaz.)
It didn't worked. Let me give one example :
I will enter this text :
’'We have a upcoming event on 11.10.2016 which will happen on next sport section of our site. A Jazz Band called ear whisperers will perform free of charge for our customers’'
In user view it will shown like that :
We have a upcoming event on 11.10.2016 which will
happen on next sport section of our site. A Jazz Band
called ear whisperers will perform free of charge for
our customers
Every line will be fixed to the 50 characters and automaticly will send rest of text below.
Regards
Ok . I solved the problem with this CSS code.
.wrap { width: 580px; white-space: normal; text-align: left; word-break: break-word }
Regards
I will enter this text :
’'We have a upcoming event on 11.10.2016 which will happen on next sport section of our site. A Jazz Band called ear whisperers will perform free of charge for our customers’'
In user view it will shown like that :
We have a upcoming event on 11.10.2016 which will
happen on next sport section of our site. A Jazz Band
called ear whisperers will perform free of charge for
our customers
Every line will be fixed to the 50 characters and automaticly will send rest of text below.
Regards
Ok . I solved the problem with this CSS code.
.wrap { width: 580px; white-space: normal; text-align: left; word-break: break-word }
Regards