Another newbie question:
Client requires mailto links for e-mail addresses in required company boilerplate info on all courses. Using the "Send an e-mail" action on the hyperlink. Everything works great running from a local drive.
When it's loaded to a server, however, Lectora changes how the page renders in the browser. We go from
href="mailto:..."
to
javascript:ObjLayerActionGoTo('http://mailto...")
The javascript rendering does not work in Firefox. Anyway to prevent Lectora for changing the link when on a server? Or a better way to include e-mail links that will work consistently in each deployment environment?