Quote:
Originally Posted by StrifeX
Do you mean a character limit that replaces overflowed text with "..."?
|
Yes. If you have noticed, they are not just cutting text. For example a phrase like this:
Code:
"This is the thread title."
is displayed like this: (if it is too long)
Code:
"This is the thread ... "
and not like this:
Code:
"This is the thread tit ... "
I hope that you understand.