How Do I Make A Clickable Link To My Email?
For Clickable Text
This will display your e-mail address or other words on your web page (or where ever you put it). Be sure and replace the ( ) with the proper symbols >and<.
(a href="mailto:yourname@webtv.net") yourname@webtv.net(/a)
Here is what it will look like on your page, using my addy as an example.
If you wanted to write something
else
instead of the actual address,
I.E. Please send me E-Mail, that would also be made clickable. Use
this code instead.
(a href="mailto:yourname@webtv.net")
PLEASE SEND ME E-MAIL(/a)
Here is what it will look like on your page, using my other words as an example.
(a href="mailto:yourname@webtv.net") (img src= "http://URL of image goes here")(/a)
Here is what it looks like on your page using my email and image.
If you would like to add a text message under your image all you have to do is write what you would ike to say after you fnish the code for the image. Here is an example:
(a href="mailto:yourname@webtv.net") (img src="graphics/maildog.gif" ALT="dog" width=184 height=188)(/a)(br)Send Me E-mail!
Here is how it will appear on your page.
Send Me E-mail!
Be sure and put the (p) or (br) tag after your image if you want the writing under the image. Without the (p) or (br) tag the writing will appear on the same line along side your image.
That's all there is to it. Remember to replace the ( ) with the greater than and less that symbols >and<.
If you have any problems please contact the WebTv Help Center at:
There is a form there to better serve you. Good Luck and have fun!!!