Add the html attribute maxlength="123" (or whatever) to the html textarea tag. You could do it directly in the php where the profile page is output, or add the attribute once the page has rendered by using some jQuery elsewhere in the page.
In the past some browsers ignored this, so you still need to check the returned input later, or use some more jQuery to trim it on submit.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
In the past some browsers ignored this, so you still need to check the returned input later, or use some more jQuery to trim it on submit.