Stretchwickster
Programmer
Hi,
In Outlook, I have opened a new HTML mail message. What I am trying to do is type some text which will be interpreted by the receiver of the email as an HTML hyperlink.
I have tried using the following HTML anchor tag but this appears as literal text when the recipient views the mail message.
I read in the help that if you type:
It automatically becomes a hyperlink. Now, this is kind of what I want except that I want the text "Tek-Tips" to be displayed rather than the URL. Is this possible?
Clive![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer."
Paul Ehrlich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
In Outlook, I have opened a new HTML mail message. What I am trying to do is type some text which will be interpreted by the receiver of the email as an HTML hyperlink.
I have tried using the following HTML anchor tag but this appears as literal text when the recipient views the mail message.
Code:
<a href="[URL unfurl="true"]http://www.tek-tips.com">Tek-Tips</a>[/URL]
I read in the help that if you type:
Code:
<[URL unfurl="true"]http://www.tek-tips.com>[/URL]
Clive
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer."
Paul Ehrlich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096