Form email problems -
10-13-2003
, 10:03 PM
I am having problems creating an email link within a web page, which when
clicked produces an email with subject and body text already filled in. I
can do this using the follwing, for example:
<body>
<p><a href="mailto:cats (AT) dogs (DOT) com?subject=I like
dogs&cc=dogs (AT) dogs (DOT) com&body=dogs are better than cats.">cats (AT) dogs (DOT) com</a></p>
</body>
My problem is that I cannot work out how to force line breaks within the
body text. Whatever text I put in all appears as one unbroken paragraph. I
have tried using the <br> tag but I obviously don't know what I am doing, as
it doesn't work.
Also, there is always a blank line at the top of the body text within
Outlook Express when I open the email link.
Can anyone tell me what to do about these 2 issues? |