plainblack.com
Username Password
search
Bookmark and Share
Subscribe

html in macros

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

Search | Most Popular | Recent Changes | Wiki Home
© 2023 Plain Black Corporation | All Rights Reserved