Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-55338

Column arrange side by side does not export correctly to PDF/Word

XMLWordPrintable

    • 0
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Problem Definition

      Columns are not respecting any CSS tags. This causes the column to show on top of each column rather than appearing side by side

      Why this is important

      Formatted text should show as in page as is exported.

      Workaround

      (!)This is not a true workaround.
      However, you can use Table macro instate to ensure that the paragraph are side by side in the PDF.

      If you would like to not show any border on your page. Please insert the css to the space tool

      1. Space tools> Look and Feel
      2. Locate the tab Stylesheet
      3. Insert the following CSS to the Space Stylesheet
        .wiki-content .confluenceTh,
        .wiki-content .confluenceTd {
            border: none;
        }
        

              Unassigned Unassigned
              kng Kenny Ng (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: