Hi Tai Ngo
if you want tables with content but no border just go for "more is more".
div.table-wrap table.confluenceTable tr td, div.table-wrap table.confluenceTable tr th.confluenceTh { border: none; border-collapse: collapse; }
=> Results...
...in wiki
2015-08-18 11_30_42-The Real Test - Steffen Heller - Lightweb.png
...in PDF
2015-08-18 11_34_41-Steffen.Heller-TheRealTest-180815-1134-54.pdf - Adobe Acrobat Pro.png
Very nice!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Be sure to mark the question as answered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can build the table manually using the HTML Table et al (body, row, cell) macros. Or create the table using wiki markup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Put the table in a div macro and set the class to: noprint
Then add the following to the PDF Stylesheet:
div.noprint { display: inline-block ; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.