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
Length of input box thing ?
Moderator: General Moderators
Length of input box thing ?
Last edited by J#xx on Thu Mar 12, 2009 1:13 am, edited 1 time in total.
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Length of input box thing ?
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.