It is perfectly possible to count characters of course, but the problem is that this will count characters in image URLs as well. Let's say you would put a 60 character limit per line and the user has 3 smilies on that line for example, that would be the limit of that line.
It would be very unpractical to first exclude all smilies URLs from the string in order to count characters.
|