Question: Is it possible to add an html link (a href=) inside a GroupText or Login Macro? Ie:
^GroupText("ContentManagers","Welcome CM, <a href="mailto:bob@aol.com"> email me</a>");
Answer: Try using single quotes instead of doubles insite the link: ^GroupText("ContentManagers","Welcome CM, <a href='mailto:bob@aol.com'> email me</a>");
Using double quotes would actually close the GroupText command, causing its output to end immediately following the "href=".
Keywords: macro