welcomewiki has just posted in the HTML Forum forum of Wiki Newforum under the title of HTML Links.
This thread is located at http://www.wikinewforum.com/showthread.php?t=5780
Here is the message that has just been posted:
***************
_*Create a mailto link 2
This example demonstrates a more complicated mailto link.
*_<html>
<body>
<p>
This is another mailto link:
<a href="mailto:info@wikinewforum.com?cc=info@wikinewforum.com&bcc=info@wikinewforum.com&subject=Summer%20Party&body=You%20are%20invited%20to%20a%20big%20summer%20party!">Send mail!</a>
</p>
<p>
<b>Note:</b> Spaces between words should be replaced by %20 to <b>ensure</b> that the browser will display your text properly.
</p>
</body>
</html>-----------
This is another mailto link: Send mail!
*Note:* Spaces between words should be replaced by %20 to *ensure* that the browser will display your text properly.
***************