Do you wonder how to create HTML email link with subject line already written by you? Well, stop searching :) Here is the code to create html email links + subject line included:
How to Add an E-mail Link With a Subject Line to a Web Page —powered by eHow.com
HTML Code for the Hyperlink
<a href="mailto:example@exampledomain.com?subject=The%20subject%20of%20the%20mail">Send mail with subject</a>
The %20 represents space character.
The code will generate this link:
Send mail with subject
The %20 represents space character.
The code will generate this link:
Send mail with subject
Video
How to Add an E-mail Link With a Subject Line to a Web Page —powered by eHow.com
Comments
Post a Comment