Click to See Complete Forum and Search --> : Hyperlink Within Email Link


brook
06-09-2008, 12:46 PM
I have an "Email This Page Link to a Friend" email link on my webpage that throws the user to their email program. The question is, how do I add a link within the body of the message that throws them back to my website? Sorry if this question is basic. Whatever nesting I'm trying is not working. Thanks!

<a href="mailto:?Subject=Check Out This Website&amp;Body=I thought you might be interested in this video.%0D%0DThe link is http://www.xxx.tv. %0D%0DHope you enjoy it..."><img src="EMail-Link.gif" width="56" height="27" border="0" /></a>

dpk2442
06-16-2008, 02:14 PM
What you have there should work. You don't need an <a> tag because the email editor should make that a link.

donatello
06-18-2008, 09:22 AM
Here is one that I always use:

I used it on my resume search engine (http://www.cvfox.com) site. Look in the upper right corner to see the script on the page.

<a title="Tell a friend about this site"
href='mailto:&amp;Subject=Check out this resume search engine - www.cvfox.com &amp;body=Greetings!%0A%0AI have just found this site and thought that you might like to have a look. %0A%0Ahttp://www.cvfox.com %0A%0AIt pulls resumes out of the Internet for free!'">Tell
a Friend!</a>