Some Problem About textarea

Discussion in 'HTML & Website Design' started by Fadz, Aug 2, 2007.

  1. #1
    :( I Want To Know About The Component When I Submit Form Then It Automatically Add The Tag Of <br> In Textarea But When Submit Form
     
    Fadz, Aug 2, 2007 IP
  2. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #2
    Can you post the link to the form? It sounds like you didn't close the textarea. This can cause a problem and is one of the few form entity's that need to be closed.

    For example:

    <textarea name="name" cols="5" rows="5">
    </textarea>
    <br>

    Ensure you have the "</textarea>" in your form.
     
    PHPGator, Aug 2, 2007 IP