View Single Post
  #2 (permalink)  
Old 08-27-2008, 08:31 PM
lurkswithin's Avatar
lurkswithin lurkswithin is offline
Senior Member
 
About:
Join Date: Jan 2008
Location: Texas
Posts: 1,233
lurkswithin has a spectacular aura aboutlurkswithin has a spectacular aura aboutlurkswithin has a spectacular aura about

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:[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



Reply With Quote