View Single Post
  #2 (permalink)  
Old 08-27-2008, 09:31 PM
lurkswithin's Avatar
lurkswithin lurkswithin is offline
Moderator
 
About:
Join Date: Jan 2008
Location: Texas
Posts: 864
lurkswithin is on a distinguished road
Send a message via Skype™ to lurkswithin

Default


Quote:
Originally Posted by dgessner View Post
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:JohnQPublic@email.com">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



Reply With Quote