Page 1 of 1

DITA to PDF Using HTML5 and CSS: Footnotes

Posted: Sun Oct 10, 2021 7:14 pm
by patjporter
Hello,

I am getting these (on page. ) in my table since the table spans two pages:
Screen Shot 2021-10-10 at 12.11.19 PM.png
Screen Shot 2021-10-10 at 12.11.19 PM.png (147.78 KiB) Viewed 1135 times

How would I get rid of those, and, how would I get ALL the footnotes to publish immediately after the table instead of at the bottom of each page with some on the first page and others on the second page?

Thanks!
Pat

Re: DITA to PDF Using HTML5 and CSS: Footnotes

Posted: Mon Oct 11, 2021 2:43 pm
by Dan
It looks like a bug on our side. It can be fixed by hiding the "on page" labels using the following CSS rule:

Code: Select all

*[class~="topic/xref"][type="fn"]:after{
   display:none !important;
}
Let us know if it worked for you.
Many regards,
Dan

Re: DITA to PDF Using HTML5 and CSS: Footnotes

Posted: Mon Oct 11, 2021 4:05 pm
by Dan
Can you let us know what version of Oxygen are you using?

Re: DITA to PDF Using HTML5 and CSS: Footnotes

Posted: Mon Oct 11, 2021 7:10 pm
by patjporter
Thanks Dan,

The version is: <oXygen/> XML Editor 23.1, build 2021030206

Pat

Re: DITA to PDF Using HTML5 and CSS: Footnotes

Posted: Mon Oct 11, 2021 8:11 pm
by patjporter
Worked great, thanks!
Screen Shot 2021-10-11 at 12.25.30 PM.png
Screen Shot 2021-10-11 at 12.25.30 PM.png (186.64 KiB) Viewed 1088 times