Thread: Textareas and wrap attribute
Results 1 to 2 of 2
Related
-
I need to wrap a table around my select box Forum: CGI Perl Forum
Replies: 0 -
Table 'Height' attribute deprecated? Forum: HTML Forum
Replies: 0 -
How to make text wrap like this? Forum: HTML Forum
Replies: 3 -
Image Wrap Issue? Forum: CSS Forum
Replies: 2 -
Link Attribute Forum: HTML Forum
Replies: 2
-
03-31-2003, 08:05 AM #1
Textareas and wrap attribute
When sending the contents of a text area to a server line breaks are appearing as 2 consecutive space characters. I'v tried to read up on this wrap attribute and have hit a few issues. From what I have seen it is not standardised from the W3C and IE and ns have their own ways of doing it. Even with that I have not been able to get i working using IE 6.0.2.
Does anyone have any advice for getting this to work?
Stu
-
03-31-2003, 01:51 PM #2
i have not had any problems. what are u using to process the form?
in asp,
mMessage = trim(request.form("textarea_name"))
mMessage = Replace(mMessage,vbcrlf,"<br>",1)
if you're using php or something else, dave or bendzen will be around sooner or later to help u
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum