HTML Mail To Link Tutorial
NOTE: NONE OF THE EMAIL ADDRESSES IN THIS POST WORK.
They are fake for informational purposes only. 
How do I add an e-mail link?
This is called a “mailto” and this is how you do it
(substitute your own info where you see bold blue text):
<a href=”mailto:your own email address“>your name or email message</>
<a href=”mailto:harley@somemailaddress.com”>Click Here To Email Harley</a>
Gives you this:
Click Here To Email Harley
To add a ” mailto “ link (centered) with an image this is what you do:
<div align=”center”><a href=“mailto:your address”><img scr=“your filename.gif or .jpg” width=”000” height =”000” alt = “your email message text goes here “
EXAMPLE :
<div align=”center”><a href=“mailto:whoeveryouare@someemailaddress.com”><img scr=“http://yourwebsitename.com/where your image is located on your website/your picture file name.gif or.jpg” width=”000 {put your own image width here}” height =”000{put your own image height here}” alt =“Email Me !”
Remove anything in GREEN TEXT, that text is just there to guide you. Only replace the bold blue text with your own information.
Labels: Help, How to create a MAIL TO Link, HTML Help



0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home