![]() ![]() ![]() ![]() |
<a href="mailto:youremail@wherever.com">Email me!</a>
Email me!
EMAIL ICON
Want to use an email icon instead of words? Simple!!
<a href="mailto:youremail@wherever.com">
<img src="filename.gif"></a>
(but put the REAL name of your graphic instead of "filename.gif" !)

What's that line around the icon?
Because the image is being used as a link to your email, a narrow "link line" appears around
your image. To get rid of it, simply add border=0 to the image tag:
<a href="mailto:youremail@wherever.com">
<img src="filename.gif" border=0></a>

ADD A SUBJECT LINE
You can make it so that a subject automatically appears in the subject line of your
email. Simply add ?subject=whatever you want it to say at the end of your email address.
(Note: NO gap between the .com and the ?)
<a href="mailto:youremail@wherever.com?subject=whatever you want it to say">
<img src="filename.gif" border=0></a>

MULTIPLE RECIPIENTS
You can code your email tag so that it automatically sends the email to several people. Simply
add the extra email addresses, separated by a ,
<a href="mailto:youremail@wherever.com, hisemail@thatplace.com, ouremail@home.net?subject=Whatever you want it to say">
<img src="filename.gif" border=0></a>

NOTE: The multiple recipient option is not supported by all browsers.
Comments