Author:  MikeW     Date: 2022-10-25T02:32:00+00:00+00:00

Confluence: Hiding page Comments

Post Icon

To hide the comments on a Confluence page do the following.

  1. Edit the page.
  2. Open an HTML macro somewhere on the page.
  3. Enter the following code into the macro box.
<style type="text/css">
#comments-section { 
    display: none; 
}  
</style>

(4) Save the page.

The comments at the bottom of the page should now dissappear.


Author:  MikeW     Date: 2022-07-06T16:59:44+00:00+00:00

How do you create a link that opens in a new tab in Confluence?

Use the HTML macro.

  1. Edit a Confluence page.
  2. Type {
  3. Enter HTML. An HTML control is inserted.
  4. In the HTML control enter:
<a href="https://example.com" target="_blank">My Link Text here</a>

Save the edits. That should do the trick, your link should now open in a new tab.

  

Cool Products

Older Posts

2022 | 2020 | 2019 | 2018 | 2017