My user macro uses this code to insert a panel:
<ac:macro ac:name="panel">
<ac:parameter ac:name="titleBGColor">lightyellow</ac:parameter>
<ac:parameter ac:name="borderStyle">solid</ac:parameter>
<ac:parameter ac:name="borderColor">#6699CC</ac:parameter>
<ac:parameter ac:name="borderWidth">1</ac:parameter>
<ac:parameter ac:name="titleColor">#000000</ac:parameter>
<ac:parameter ac:name="title">This is a link to "$!contentTitle" in the $spacetitle.</ac:parameter>
<ac:rich-text-body>
Stuff
</ac:rich-text-body>
</ac:macro>
I'd like the "title" to contain a link to another page, but when I put in a link, it doesn't appear (nor does any of the text after it). The same thing occurses if I try to format the title text with <em> or <strong> tags.
Hi Shawn,
The title attribute only accepts text, so you can't include any HTML tags and expect that they will be processed.
If you really need to have a link, what I would recommend is to leave out the title completely and just simulate it with HTML in the rich-text-body.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.