>I tried entering the following (copied from a source) and it ends up >not working right. The 'subject' area ends up appended on the end of >the email address line > ><a href="mailto:[EMAIL PROTECTED] desired subject"> >Link text</a>
As you have just found, not all mail clients handle mailto references properly. You may want to rethink this in favor of a server side solution. If you do your own web hosting, you may need to add a CGI parser to handle it. If you have a company doing your hosting, there is a really good chance they already have a CGI available to use. BTW: the example works fine in Emailer 2.0v3, and will probably work fine in any modern email client like Outlook, Mail, Eudora... if you verify it against the common popular ones, and it works fine with all of them, then it may be just as easy to ignore the problem for the few people it will effect. -chris <http://www.mythtech.net> ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

