Forum Moderators: phranque
What I want to send is this :
Please cut and past the complete line below into
your web page:
<a href="http://www.abc.com">stairs</a>
So I want the whole line including the word stairs, to appear in their web page.
But when my email request arrives only part of the link is hyper linked in blue, eg jus tthe domain name part,
and I dont think its being cut and pasted properly.
Can you advise?
But when my email request arrives only part of the link is hyper linked in blue, eg jus tthe domain name part, and I dont think its being cut and pasted properly.
I think you might be confusing two separate things.
<a href="http://www.abc.com">stairs</a>
Those two things have nothing to do with each other.
[
Try <a href='http://www.domain.com'>stairs</a>
Note the single ' not a " in the html tag.
]
This then displays as a line of code in Outlook that can be cut and pasted into the html of a webpage (the ' works fine in html ).
Cheers
John