It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I created a simple user macro that redirects to home page:
<a class="parent-page-link" ref=#contentLink2($content.getParent() false false)
<style>
.parent-page-link {
color: #FFFFFF !important;
background: rgb(67,197,208);
text-align: center;
font-size: 10pt;
}
.parent-page-link:hover {
background: rgb(62,182,192);
}
.parent-page-link .rwui_icon {
color: #FFFFFF !important;
}
</style>
</a>
It works great but how do I change the text of the link? Instead of saying "ParentPageName", I would like it to say "Home"
Put some text in between <a> and </a>
But, your html is broken - the <a part is not terminated correctly.
thanks for your reply!
I wish it were that simple
unfortuantly the content link or calling the rest api somehow terminates the attribute
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.