Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separatorpipe

Overview

Starting with Confluence 5.0-rc1, a compatibility bug (CONF-28098) was introduced that overrides attempts by users and macros to provide row level background setting. For instance, this impacts table-based macros including:

...

It also impacts users using more advanced table producing techniques that use the confluenceTable style.

CONF-28098 will be  is fixed in 5.1.2 and 5.2, until then the following work around can be used to revert the error to the previous state.

Steps

  1. Go to Confluence administration - > Look and Feel - > Custom HTML.
  2. Edit

...

  1. and add the following to the

...

  1. At end of the HEAD

...

  1.  section and Save:

    Code Block
    languagecss
    <style type="text/css">
    .confluenceTable .confluenceTd
    { background-color: transparent; }
    </style>


Cloud

While the problem may not have appeared in Cloud, it will (sad). Unfortunately, the workaround suggested above is not available with Cloud. Alternatives are to use the css CSS macro and insert the equivalent css CSS onto a page. If you are using the documentation theme, it is also possible to insert the css CSS macro in the Header section of the theme configuration so that it can apply to the entire space.

Other

...

examples

Visit our full list of product examples for additional inspiration!

...