Jerry
The only reliable way I found to do that is by using HTML, the format is basically the same.
< a$href="URL">text to display< /a>
But to type it in and get it work you've got to click the Source button located on the far left of the top tool bar of the editor.
The following is a copy from one of Dwight's posts
< a$href="URL" >Text< /a >
with no spaces except the "$" between "a" and "href" - the URL must be enclosed within double-quotes. "Text" is what you will see as underlined, clickable text.
If you go to the full Reply page (not Quick Reply), there is a "Source" button as the first item in the Toolbar. This allows you to type in the html directly, and is what I've been using for certain things like links and sigs.
< a$href="http://www.SantaCruzLumberCo.com" >Santa Cruz Lumber Co.< /a>
(again with no spaces except the "$") results in this...
Santa Cruz Lumber Co.
The only reliable way I found to do that is by using HTML, the format is basically the same.
< a$href="URL">text to display< /a>
But to type it in and get it work you've got to click the Source button located on the far left of the top tool bar of the editor.
The following is a copy from one of Dwight's posts
< a$href="URL" >Text< /a >
with no spaces except the "$" between "a" and "href" - the URL must be enclosed within double-quotes. "Text" is what you will see as underlined, clickable text.
If you go to the full Reply page (not Quick Reply), there is a "Source" button as the first item in the Toolbar. This allows you to type in the html directly, and is what I've been using for certain things like links and sigs.
< a$href="http://www.SantaCruzLumberCo.com" >Santa Cruz Lumber Co.< /a>
(again with no spaces except the "$") results in this...
Santa Cruz Lumber Co.