Link to home
Start Free TrialLog in
Avatar of ordo
ordoFlag for United States of America

asked on

Embedded <a href> tags

One of our webpages has an "Email this page" capability.

I have coded a button that when clicked builds the necessary code to open the user's email client with the subject and body filled in ie;

<a href="mailto:?subject=.........></a>

Part of the body includes a link back to our page. Currently the link back to our page is plain text (http://www.company.com/.....) which email clients automatically interpret as a hyperlink.

I would like to explore changing the plain text link in the email body to an actual hyperlink so that it can read "click here" rather than the entire URL string.

Basically embed a hyperlink within another hyperlink.

We are running .Net Framework 4.0 and Windows Server 2008 R2

Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial