Text box help

Discussion in 'HTML & Website Design' started by Gonzo89, Jun 24, 2008.

  1. #1
    Hey there,

    Does anyone know what the code is to make this text box rap it's text to the column size?

    
    <tr align="center"> 
    <td colspan="2"><div align="left">
    <textarea name="message" cols="87" rows="10" wrap="off" class="box" id="message"></textarea>
    
    Code (markup):
     
    Gonzo89, Jun 24, 2008 IP
  2. Kirkbride

    Kirkbride Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is a total guess, but maybe remove the wrap="off" bit in the textarea tag?
     
    Kirkbride, Jun 24, 2008 IP
  3. Gonzo89

    Gonzo89 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    A yea I tried that earlyer, I added a few char limitation cades but it keeps going forever
     
    Gonzo89, Jun 25, 2008 IP