I'm trying to help myself here, comparing to another Hebrew book that works just fine.
Indeed, all .html files' html tag was missing the dir="rtl" attribute (is it an attribute? I'm not familiar with all that web development jargon). Adding that didn't do that trick.
Then I saw that .opf file is missing what I highlighted here:
<spine page-progression-direction="rtl" toc="ncx">
That did the trick!
|