Simple TEXTAREA Problem That I Just Cannot Figre Out

Discussion in 'Programming' started by mjwoodi, Mar 16, 2010.

  1. #1
    Hi,

    On my wordpress site I have the following code in place-

    
    
    <textarea rows="5" name="textarea" cols="35">
    line 1
    line 2
    line 3
    line 4
    line 5
    line 6
    </textarea>
    
    Code (markup):
    However when I view the page, this is rendering out as-

    
    <br />
    line 1<br />
    line 2<br />
    line 3<br />
    line 4<br />
    line 5<br />
    line 6<br />
    
    Code (markup):
    I've been banging my head for the last couple of hours with this and cannot work it out!

    Can anyone help at all? Im sure its something simple and im been stupid

    Thanks
     
    mjwoodi, Mar 16, 2010 IP
  2. YoGem

    YoGem Active Member

    Messages:
    676
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    90
    #2
    Well, if it's a page built with the WP page editor you won't be able to put a lot of html code, especially if in your configuration you said to strip all the html tags.
     
    YoGem, Mar 16, 2010 IP