[thelist] Email Form Without Line Breaks

aardvark roselli at earthlink.net
Tue Nov 20 10:03:18 CST 2001


> From: muinar <muinar at gmx.net>
[...] 
> I must admit that I didn't know before about VbCrLf and VbCrLf _
> is this Outlook-specific coding?

that's VBSript... on the server... before it sends it out...

can i make a suggestion, though?

create your email as one string... take this string, and write it to 
screen during development within a <pre> block...

use what you see in the <pre> to tell you how it will look in the 
email client...

now, you know exactly what to expect, and because it's just one 
big string, you can output it to all sorts of things, like email, flat 
files, comments on the receipt page, or even show the user the 
email as it will appear...

does that make sense?





More information about the thelist mailing list