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
Any help would be appreciated ^^
You are not logged in. Please login or register.
PunBB Forums → Programming → 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
Any help would be appreciated ^^
Um, isn't it sort of already like that?
Erm, no. It should look like it would in Notepad.
This:
<textarea>hello
world.
test ing</textarea>
shows up with all the white-space intact for me.
PunBB Forums → Programming → Textarea content preformatted
Powered by PunBB, supported by Informer Technologies, Inc.