I take text in with a standard <textarea> tag and I try using
paragraphFormat() to display on on my display page I don't get the carriage
returns.
I type into text area:
Black
Cyan
Magenta
Yellow
And paragraphFormat outputs this in the HTML.
Black Cyan Magenta Yellow <P>
Why didn't it use <br />'s ??
Instead of paragraphformat(str)... use #rereplace(str, chr(13), '<br />',
'all')#
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.comhttp://cf4em.com
> And paragraphFormat outputs this in the HTML.
> Black Cyan Magenta Yellow <P>
>
> Why didn't it use <br />'s ??
>