We are using Jira and Confluence Cloud. The user redirect to Jira after login, even he don't have access to Jira.
Can i make Confluence as default site after log in?
What I would do is insert it into you page and wrap it in a div tag. Give the div a css class called "hideonscreen" and then in your global or space stylesheet add this.
.hideonscreen {display: none;}This will hide it when people view your page, but in the export (if you don't add the same thing to the pdf stylesheet) it will show there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.