---- Damo Drumm <[email protected]> wrote: > > Hi Marcus > I notice now its actually a <textarea name rather than a text box if that > makes a difference > > heres my line of code: > <td valign="top">Email Text :</td> > <td><textarea name="body" rows="10" maxlength="10" cols="85"></textarea></td> > > only problem is maxlength doesnt seem to be doing anything, am i putting it > in the right place?
I'm not aware that maxlength can be used as an attribute to a textarea. <http://www.w3.org/TR/html401/interact/forms.html#h-17.7> -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://cfinnc.com/ ColdFusion Conference in North Carolina Oct 17-18 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326233 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

