Is there a way to format an email address included in the AUTHORDETAIL section of a file being prepared for Forge (or even in a book by using raw HTML)? Is it something like href=name@name.com?
Thanks, Mike! Can you also tell me what the "<br>" at the end mean? I've been using the <p> and </a> that I saw in the help section, assuming that the <p> has to be at the beginning of a line and the </a> at the end.Here is an Authordetail from one of my modules. IT has both an e-mail address and a URL. I hope this helps:
====== Code
$$ {AUTHORDETAIL}
<p>SwordSearcher Module by Michael Jones, November 2006<br>
<a href="mailto:brother_mike@jesus-is-saviour.org">brother_mike@jesus-is-saviour.org</a><br>
<a href="http://jesus-is-saviour.org">http://jesus-is-saviour.org</a><br><br>
Original work author, William Bonnell<br>
This is a derivitive work of an module by William Bonnell. Used with permisssion.<br><br>
This module was designed for use with the KJV MP3 Bible files supplied by Audio Treasures.<p>
======
and the </a> at the end.