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.
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.