View Single Post
Old 02-23-2023, 10:29 PM   #3
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,825
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by metalofono View Post
Hi, I want to use aside with epub:type="footnote" to define, well, my footnotes, but I also want to be able to show the footnotes at the end of each chapter. A bit of wanting to eat my cake and have it too.

As far as I can tell, most devices hide the epub:type="footnote", is there a way to force it to show it? I'm a bit new on EPUB3, so there's still a lot of stuff I don't know.

Thanks in advance!
Yes, just write in your .css stylesheet the following:

Code:
aside {
  display: block !important;
}
With that declaration, you'll be able to see your endnotes at the end of your epub3.
RbnJrg is offline   Reply With Quote