View Single Post
Old 06-18-2024, 01:46 PM   #16
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,732
Karma: 205159604
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
You already added similar attributes to xhtml files, so this would be very similar. Every epub has an *.opf file (usually, but not, always named content.opf). It should be visible in Sigil's Book Browser with the rest of the files.

Once you find the opf file, you double click it to open it in Code View. And much like adding the attributes
Code:
lang="he"
and
Code:
 dir="rtl"
to your html tag, you simply also add
Code:
page-progression-direction="rtl"
to its (the opf file's) spine tag.

Last edited by DiapDealer; 06-18-2024 at 01:49 PM.
DiapDealer is offline   Reply With Quote