Debt Consolidation - Debt Consolidation - Find jobs - Online Advertising - Debt Consolidation

PDA

View Full Version : How to add html into a body of an email using <a mailto:...?


Betty_S
Aug 21st 2007, 10:32 am
Hi,

I wrote this:
<a href="mailto:?subject= this the subject&body=this is th body>send mail</a>
However,I don’t to write flat text in the body. I want to add '<br/>' and an '<a>' tag in the body.
I tried:
<a href="mailto:?subject= this the subject&body=Hi <br/> this is th body <a href='blabla'>click here</a> ">send mail </a>
But of corse it didn't work
How to add html into a body of an email using <a mailto:...?

Thanks.

ssanders82
Aug 24th 2007, 11:50 am
Just a guess, but try converting the < and > to &lt; and &gt; in the body= parameter?