Results 1 to 3 of 3

Thread: Carrage return in email

  1. #1
    Join Date
    Aug 2005
    Posts
    14
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Carrage return in email

    Hi there

    I have a link in an html page which opens up an email where the subject line is Product_Questions and there is also predifined info in the body of the email:

    Code:
    <a href="mailto:one@two.com?subject=Product_Questions&body=Dear valued subscriber<BR>
    Blah Blah Blah<BR>Thank you for......">one@two.com</a>

    The <BR> is where I want a carrage return in the email, but <BR> doesn't work! Anyone know what will work?

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
    &#37;0d%0a
    should do it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Aug 2005
    Posts
    14
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thumbs up

    Thank you, thank you, thank you, it works

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •