Page 1 of 1

Repeat table header rows across pages with WYSIWYG?

Posted: Thu Sep 29, 2016 1:06 am
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

Re: Repeat table header rows across pages with WYSIWYG?

Posted: Thu Sep 29, 2016 11:27 am
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?