line spacing code in email link

windows

Guest
Hi, I am creating an email newsletter in Dreamweaver.<br />
I have a couple of email links were I want to have a subject and also body copy already there when you click on the link.<br />
<br />
I have done this by using this code and it works:<br />
<br />
mailto:my email address goes here?subject=Unsubscribe Channel Connection&body=Please subscribe me...<br />
<br />
BUT... I want to create line spacing in the body of one of the emails. I did manage this by using the line spacing code from Dreamweaver but the code shows up in the email.<br />
<br />
Does anybody know how to do this without the code showing?<br />
<br />
<br />
A simple example of what I want in the body is:<br />
<br />
Name<br />
<br />
Address<br />
<br />
Email.<br />
<br />
<br />
<br />
Thanks Scott<!--content-->You might try "\r" or "\n" like this:<br />
text text text text\ntext text text text\n text text<!--content-->Use a form with some kind of cgi/PHP/Perl/etc...instead of using the mailto: version of sending e-mails.<!--content-->
 
Back
Top