how to do this?

Discussion in 'HTML & Website Design' started by getz, Apr 30, 2008.

  1. #1
    Hi everyone , I am new to html.I need to put a textarea beside another textarea. normally when i put a text area after another one , the 2nd one gets under the first one.But i want them to stay beside another without using frames.
    so plz help.
    thnks in advance.
     
    getz, Apr 30, 2008 IP
  2. raymond222

    raymond222 Active Member

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Hello
    Hope this helps:
    <form name="form1" method="post" action="">
      <label>
      <textarea name="textarea"></textarea>
      <textarea name="textarea"></textarea>
      </label>
    </form>
    
    Code (markup):
     
    raymond222, May 1, 2008 IP
  3. getz

    getz Guest

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello
    Hope this helps:
    Code:

    <form name="form1" method="post" action="">
    <label>
    <textarea name="textarea"></textarea>
    <textarea name="textarea"></textarea>
    </label>
    </form>

    Thanks! It worked.
     
    getz, May 1, 2008 IP