Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Export multiple columns to pdf

Bob Jordan March 6, 2019

Hi,

I saw a couple topics on this subject, but I can't seem to get the CSS to work correctly. I'm attempting to modify the pdf stylesheet to allow columns to be displayed side-by-side.

In the default pdf (https://confluence.atlassian.com/download/attachments/190480945/confluencedefaultpdf.css) I noticed this line: 

/* wraps the section columns underneath each other so they don't run off the page */

So I figured I could modify something to make it so the columns don't wrap.

Here's what I have in my CSS sheet (I'm new to CSS). What should the syntax be to achieve this?

  1. <div>    
  2. .noprint     
  3. {    
  4. display: none ;    
  5. }    
  6.    
  7. table.sectionMacro>tbody>tr>td   
  8. {  
  9.     width: 50%  
  10. }  
  11. </div>   

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events