MySQL Forums
Forum List  »  Newbie

Re: URGENT Please: Adding records via browser
Posted by: Margaret MacDonald
Date: May 02, 2005 02:49AM

You've probably already checked this, but just in case...

input fields have default lengths that are quite low. So if you want them to accept lots of chars, you have to specify that in the declaration, e.g.

<input type="text" size="30" maxlength="128"....> for a text field that displays about 20 chars a time, and will scroll horizontally to allow 128 chars toto.

Options: ReplyQuote


Subject
Written By
Posted
Re: URGENT Please: Adding records via browser
May 02, 2005 02:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.