Page 1 of 1

Length of input box thing ?

Posted: Wed Mar 11, 2009 3:05 pm
by J#xx
Hi. I'm trying to adapt a program called Zencart 1.3.8. I tried thier forums but no one seems interested to help.

If you are knowledgeable and wellsweet at this PHHP thing then I hope you can assist, the file i'm trying to adapt is: includes/templates/default_template/templates/account_edit_default.php.

Wish me luck !

Yamas
J#xx

Re: Length of input box thing ?

Posted: Wed Mar 11, 2009 5:53 pm
by jayshields
If it's a HTML input element then you can modify the physical size with the size attribute, and modify how many characters it accepts with the maxlength attribute.