html hyperlinks show URL in brackets in Entourage
Posted
by Rafe
on Stack Overflow
See other posts from Stack Overflow
or by Rafe
Published on 2010-01-27T19:32:46Z
Indexed on
2010/03/09
1:06 UTC
Read the original article
Hit count: 508
I have an email script written in .Net that sends html emails. The email uses normal html hyperlinks to insert a link in the email, like this:
<a href="http://www.stackoverflow.com/">StackOverflow</a>
The problem is that in Entourage, a hyperlink like this always shows up for me like this:
StackOverflow < http://www.stackoverflow.com/ >
How can I format the hyperlink in my email so that in Entourage the text "StackOverflow" is the actual hyperlink, and the URL is not displayed after the text? Is there an html meta tag that needs to be set? Do I have to set the content-type somewhere? Or is there a different html syntax on the hyperlink itself that I should use?
© Stack Overflow or respective owner