Prev: OE issues
Next: ERROR MESSAGES...
From: Giorgio on 19 Jun 2006 20:13 Hi, how can i make something bold in the body of an email created with mailto url? Like this (but this doesnt work): <A HREF="mailto:hello(a)domain.com?body=HELLO<b>HELLO</b>HELLO">Click here</A> thanx
From: Bruce Hagen on 19 Jun 2006 20:23 Well I just clicked on the link, highlighted the text and then selected Bold, (B). Worked here, unless I am missing your point. -- Bruce Hagen MS MVP - Outlook Express ~IB-CA~ "Giorgio" <dac(a)sa.it> wrote in message news:44973d98$0$3111$4fafbaef(a)reader1.news.tin.it... > Hi, > how can i make something bold in the body of an email created with mailto > url? > Like this (but this doesnt work): > <A HREF="mailto:hello(a)domain.com?body=HELLO<b>HELLO</b>HELLO">Click > here</A> > > thanx >
From: Giorgio on 19 Jun 2006 20:41 "Bruce Hagen" <Nospam(a)mymail.invalid> ha scritto nel messaggio news:%232yLr%23$kGHA.3936(a)TK2MSFTNGP05.phx.gbl... > Well I just clicked on the link, highlighted the text and then selected > Bold, (B). Worked here, unless I am missing your point. thanx for answer me i put bold as an example, but i want more html tags i'd like to have <A HREF="mailto:hello(a)domain.com?body=<table><tr><td>text</td></tr></table>">Click here</A> and other stuff like this, so that an internet guest (clicking on it) has got an email template
From: Giorgio on 19 Jun 2006 21:14 i explain in a better way: <A HREF="mailto:hello(a)domain.com?body=<table><tr><td>text</td></tr></table>">Click here</A> If i click the link, i'd like to open a mail with a table in his html code, but it doesnt work
From: Steve Cochran on 20 Jun 2006 06:32
I think your syntax is wrong. See http://msdn.microsoft.com/workshop/networking/predefined/mailto.asp?frame=true steve "Giorgio" <dac(a)sa.it> wrote in message news:44974bdc$0$10070$4fafbaef(a)reader3.news.tin.it... >i explain in a better way: > > <A > HREF="mailto:hello(a)domain.com?body=<table><tr><td>text</td></tr></table>">Click > here</A> > If i click the link, i'd like to open a mail with a table in his html > code, but it doesnt work > |