Annabella's HTML Help

Email



Valid HTML 4.0!


The HTML Writers Guild



INTRODUCTION
BASICS
COLORS
COLOR PALETTE
EMAIL
FONTS
FONT SURVEY
GRAPHICS
LINKS
LISTS
MARQUEES
MUSIC
TABLES
USEFUL LINKS
COMMON PROBLEMS
MORE HELP?


LINK TO THIS SITE


HOME
WEB RINGS
SITE MAP


Let's receive some Email!

* Basic Email Tag
* Email Icon
* Add a Subject Line
* Multiple Recipients



BASIC EMAIL TAG

<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" !)

Email icon

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>

Email icon



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>

Email icon



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>

Email icon

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

Print this page! Want to print this page?

Click on the EZ Print! logo to take you to a plain, simple page that is quick and easy to print!