anyway i can limit the amount of text in here to say 50 characters without Javascript. <textarea name='reason' cols='50' rows='2' wrap='soft'></textarea> HTML: If that is not possible is it possible to stretch this: so it has the cols and rows span i want that way i can use MAXLENTH here: <form action=test2.php method=post> <input type=text name=xxxx MAXLENGTH='50'> HTML: