> I can remove the line breaks etc when simply displaying the output on
> the page but as soon as I wrap the values inside the cfmail tag the line
> breaks reappear.

ReReplace(str, "\n", "", "all");

No more line breaks :o)

Basically has to do with the fact that HTML doesn't see line breaks as
<br/>, whereas a text email will.

Hope that helps.

Mark


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com
ICQ: 3094740

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to