Ok, we got the first problem I had figured out. (thanks everybody)  But I'm
still having problems with textarea box.  It only displays the first "line"
(until you hit the enter button).  Here's the format of the data that I need
to put back into the textarea box:

------------------
Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test
Test Test Test <p>
<p>
Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test
Test Test Test Test Test Test Test Test Test
------------------

The above doesn't show right on here, but each line is separated by
"<p>/n<p>/n" (paragraph, new line, paragraph, new line)

Now, I have the following to put this data back into the text box:

------------------
$eurom =~ s/<p>/\r/g;  (I've tried ALOT of variations of this, but nothing
worked)

<TEXTAREA name="eurom" rows=6 wrap=virtual cols=60>$eurom</TEXTAREA>
------------------

No matter what I try, it will not work.  It only shows the first "line" of
the data.

Any more ideas?



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to