How to fix an un-editable Confluence page using the Chrome Inspector

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

There are a number of occasions when a Confluence page can become un-editable or contain elements which can not be seen in the editor and as such are hard to remove, or alternatively the content shows in the editor but not when viewing the page. On Confluence Server this can often be fixed with the Source Editor add-on but this is not currently available in Cloud.

Many of these problems can instead be fixed by using the Chrome Inspector in the Developer Tools Panel.

Solution

  1. Using Chrome, in the Confluence editor, right click and select "Inspect Element".

  2. Now the Developer Tool Panel should open and you should see the html for the page.

  3. Locate the html you want to edit, right click it and select "Edit as HTML".

  4. Now the content should open in an editable area.

  5. Remove or edit it until it looks good, then click on a row outside the area.

  6. Now the HTML should be updated in the developer panel and in the Confluence editor.

  7. Click "Save" button and your changes should be saved.

If you're running into this problem but aren't sure specifically what you need to do, please raise a support request on support.atlassian.com. If you're a Cloud customer use the "Atlassian Cloud" option when creating your request.

Example - invisible copy/pasted content

  • A situation where a user has copy/pasted content from the view page into the editor and saved the page.

  • The items are shown on the view page but not in the editor.

    Example:

    A user has copied the Information Macro. After saving it can be seen when viewing the page...

    (Auto-migrated image: description temporarily unavailable)

    ...but not in the editor

    (Auto-migrated image: description temporarily unavailable)
  • Using Chrome, in the Confluence editor, right click where you think the item should be and select "Inspect Element".

  • Now the developer panel should open and you should see the html for the page.

  • Locate the corrupt elements in the HTML

    In the info box example it looks like this:

    (Auto-migrated image: description temporarily unavailable)

  • Right click the top <div> that you want to remove and select "Edit as HTML"

  • Now the content should open in an editable area.

    Example:

    (Auto-migrated image: description temporarily unavailable)
  • Remove the incorrect HTML and then click on a row in the HTML outside of the editable area.

  • Now the HTML should be updated box in the developer panel and in the editor.

  • Click "Save". It saves whatever is in the editor and the problem is fixed.

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.