Repeat table header rows across pages with WYSIWYG?

Post here questions and problems related to editing and publishing DITA content.
berkeley
Posts: 8
Joined: Thu Sep 29, 2016 12:44 am

Repeat table header rows across pages with WYSIWYG?

Post by berkeley »

Hi,
I'm trying to use the WYSIWYG to PDF transformation and I've run into two problems:
1. Table header rows are not repeated if a table breaks across pages. The suggestions I've found online, like adding:

Code: Select all

@media print {
thead {
display: table-header-group;
}
}
to the CSS, aren't working. Do you know of a way to get it to work?

2. The header row entries aren't lining up with the other table entries - the widths of the cells are different from the rest of the table. I've tried this with both AntennaHouse and Prince and the problems are the same.

Thanks for your help,
Justine
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: Repeat table header rows across pages with WYSIWYG?

Post by radu_pisoi »

Hi,

I cannot reproduce any of your problems testing with oXygen 18.0, build 2016081012. I've tested with both Price and Antenna House processors.

What version of oXygen you are using? Could you send us a sample DITA topic to reproduce this problem?
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply