Topic: Textarea content preformatted

Yeah, you read it right... how do you make the content of a textarea look like it's between <pre> tags? =/ I tried adding

style="white-space: pre;"

, but it didn't work sad
Any help would be appreciated ^^

Re: Textarea content preformatted

Um, isn't it sort of already like that?

Re: Textarea content preformatted

Erm, no. It should look like it would in Notepad.

Re: Textarea content preformatted

This:

<textarea>hello
       world.
  test           ing</textarea>

shows up with all the white-space intact for me.