View Single Post
  #4  
Old 03-01-2003, 10:34 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Have you tried using the php code:

nl2br($variable);

where it picks up the line returns (\n) from the non html emails and converts them to a
hence new line 2 br.

Haven't though about how you would integerate this in yet...
__________________
ex x-cart guru
Reply With Quote