Table in Header looks correct on first page only!
Hi everyone,
I have an issue using a Table in the Header. The Table looks fine on the first page (meaning: all borders should be 1px thick), however on all the other pages the borders within the table disappear and just the outer border is visible.
My document hierarchy is as follows:
Title, TOC, Content
Here is the Link to the HTML-Table on Fiddle: https://jsfiddle.net/r3w37ee8/
Thank you and best regards,
Markus
-
Hi Markus,
Thanks for contacting us.
It would be great if you could send us a XML export of an affected page and the PDF template you're using to support@k15t.com.That will automatically create an internal support request and we can have a closer look at the problem.
To export the content of single Confluence page(s), please follow these instructions: http://www.k15t.com/display/SUPPORT/Creating+a+XML+Export+of+a+Single+Page
How to export a PDF template is described on the following page in our documentation: http://www.k15t.com/display/PDF/Downloading+a+TemplateBest,
Nils -
Hi Markus,
Looks like it is an issue with the Flying Saucer library we are using for Scroll PDF Exporter.
As a workaround you could try to construct the table with divs. Here is how to do it (the only disadvantage is that the rows have to have a fixed height).
<div style="margin-top:50px; margin-botom:50px;">
<div class="customClass1">
<div class="customTd">Column1</div>
<div class="customTd">
<h4>
<center>Column2<center>
<h4>
</div>
<div class="customTd">Column3</div>
</div>
<div class="customClass2">
<div class="customTd colspan-2 noBorder">
<center>Merged column</center>
</div>
<div class="customTd">Column4</div>
</div>
</div>We are working on integrating Scroll PDF Exporter with a different commercial library, but there is no ETA at this point.
Cheers,
Roman.
Please sign in to leave a comment.
Comments
2 comments