JoyFreak Well-known member Feb 14, 2018 #1 What code do I use if I want to send a link to my users. I have tried adding <a href" etc. and selected HTML but when I receive the test email to my hotmail account, it doesn't link it.
What code do I use if I want to send a link to my users. I have tried adding <a href" etc. and selected HTML but when I receive the test email to my hotmail account, it doesn't link it.
Martok Well-known member Feb 15, 2018 #2 The code is here: https://www.w3schools.com/tags/tag_address.asp A useful site for all HTML codes. Upvote 0 Downvote
JoyFreak Well-known member Feb 15, 2018 #3 That’s a mail link. I am looking for links to work in mails. I know the html code is <a href=“http etc but it doesn’t show up as a link in the email. Upvote 0 Downvote
That’s a mail link. I am looking for links to work in mails. I know the html code is <a href=“http etc but it doesn’t show up as a link in the email.
Martok Well-known member Feb 15, 2018 #4 So you want standard web links. Sorry, the title confused me. Anyway, you use the standard a href code to add links, as per https://www.w3schools.com/tags/tag_a.asp Make sure you are using plain quotes ie " not “ as you have in your last post. Upvote 0 Downvote
So you want standard web links. Sorry, the title confused me. Anyway, you use the standard a href code to add links, as per https://www.w3schools.com/tags/tag_a.asp Make sure you are using plain quotes ie " not “ as you have in your last post.