On Thu, April 7, 2005 11:32 am, William Stokes said: > Is there a way to limit a <textarea> size with som sort of a maxlength > value > > I know it's not php but thanks anyway There is no widely-supported HTML attribute for that for TEXTAREA (just for INPUT). Silly HTML. You can write JavaScript to help nice users do that. (Google for it) But the mean users can bypass your JavaScript, so use PHP to be SURE it's the right length. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php