View Single Post
Old 02-14-2020, 05:27 AM   #10
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 843
Karma: 3335974
Join Date: Jan 2017
Location: Poland
Device: Various
Abbyy Fine Reader 15 create flat structure in epub (all files are in main folder + META-INF folder with containter.xml file).

Case A:
If you use the "Restructure Epub to Sigil Norm" command immediately after opening the EPUB file - everything will work the same as it did in older Sigil versions.

Case B:
If you do not want to do this, you must provide only file name.

Default file with styles created by Fine Reader is always "main.css":
Code:
<link rel="stylesheet" href="main.css" type="text/css"/>
So if your file is named stylesheet.css, you should use:
Code:
<link rel="stylesheet" href="stylesheet.css" type="text/css"/>
I don't understand anyway, why don't you use the internal option in Sigil to do this?

1. Add your stylesheet.css file.
2. Select all .xhtml files
3. Use "Link Stylesheets ..." from context menu.

Sigil will do it right, and you'll be able to see what you were doing wrong.
BeckyEbook is online now   Reply With Quote