SID-01266: Textarea Line Breaks
| Status: |
Answered |
TWiki version: |
5.1.0 |
Perl version: |
5.8.8 |
| Category: |
|
Server OS: |
Windows server 2003 |
Last update: |
14 years ago |
I have an comment template defined and it works like a charm. Except, I have an problem with the below textarea
<textarea name="Sprots_Resolution" rows="20" cols="70" wrap="soft"></textarea>
When I display the Resolution values as
| %URLPARAM{"Sprots_Resolution"}% |
in a table, it breaks my table.
Eg., it displays as
| TEST 1 TEST 1 TEST 1 TEST 1 |
instead of
TEST 1 TEST 1 TEST 1 TEST 1 |
--
RajeshN - 2011-09-07
Discussion and Answer
URLPARAM has many options, may be you need to play with
newline="". See
VarURLPARAM.
--
PeterThoeny - 2011-09-07
Thanks a lot... newline option worked for me.
--
RajeshN - 2011-09-08
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Topic revision: r3 - 2011-09-08
- RajeshN