I searched all weekend to solve this problem and have not yet found a solution that works correctly. What I'm trying to do is to limit the number of characters in a string in a text field - not limiting them equally, but a different number of characters in a string of my choice.
Example:
- I want to have only 4 lines in my text box
- Line 1,2 and 3 will be limited to 24 characters.
- Line 4 will have an unlimited number of characters
Is this possible with textarea, or is there another way I can do it with a div or something else. I really understand that this, in all probability, was considered earlier, but finding the actual working script that covers this criterion proved to be extremely difficult, and I do not have the skill that is required to achieve these results.
thank
source
share