Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Attachments list at bottom of Confluence page exported to HTML

Whenever we export a Confluence page to HTML, there is a list of all the attachments at the bottom of the page. These attachments are images existing on the page. What can be done to not generate or remove this list from the HTML page?

The images themselves are displaying in the page content as expected.

image.png

2 answers

I found the following solution:

The Confluence HTML export includes a CSS file under styles/site.css to which you can add the following line

DIV.pageSection.group { display: none; }

The attachments section will then still be there, but it won't be displayed any more.

To apply the same solution to the footer saying that this is a Confluence export

DIV#footer { display: none; }

or for both simply

DIV.pageSection.group, DIV#footer { display: none; }
0 votes
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 08, 2019

Hello William,

Welcome to Atlassian Community. It's nice to meet you.

You can try to customize the HTML export JAR file, per Stephen's instructions on this thread: Can you customize HTML Exports?

Otherwise, you might be able to use an add-on from Marketplace to customize the export.

Let me know if you have any questions about that.

Regards,

Shannon

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events