Jump to content

Input text


ZeroShade

Recommended Posts

I have a form where the user can input text. However when it reaches the end, it doesn't go to the next line. Whats the code for this and is it css or part of the input in xhtml?More problems... the form sucks a lot. When i click submit it'll bring up the email client.

Link to comment
Share on other sites

If you are using normal HTML text box <input type="text"> then I dont think there is a multi line option, so instead you can use a TEXTAREA http://www.w3schools.com/tags/tag_textarea.asp

More problems... the form sucks a lot. When i click submit it'll bring up the email client.
It will be easy to find the error if you can post the code.....
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...