SysChat

SysChat (http://www.syschat.com/forum.php)
-   General Tech Support (http://www.syschat.com/general/general-tech-support/)
-   -   Hidden Link in Emails (http://www.syschat.com/hidden-link-in-emails-3800.html)

dgessner 08-27-2008 06:18 PM

Hidden Link in Emails
 
How do I put a link in an email but cover the actual name of the link with something like CLICK HERE (instead of the actualy website link)?

lurkswithin 08-27-2008 08:31 PM

Quote:

Originally Posted by dgessner (Post 12233)
How do I put a link in an email but cover the actual name of the link with something like CLICK HERE (instead of the actualy website link)?


<a href="http://www.web address">what you want the link to say in the email <a>

the code above should show up as

what you want the code to say in the email

***********************
This code allows for the link to auto open the "mail to" box for sending replies:

<a href="mailto:[email protected]">Send an email to John now!</a>

must be correct email address inserted

will read as : Send an Email to John Now! and when clicked on will open the main email address for the computer with the address all ready filled in


All times are GMT -4. The time now is 03:08 PM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54