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

XMLWordPrintable

    • 0

      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;
        }
        

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

              Created:
              Updated: