Quote:
Originally Posted by ksng
Hi
I reinstalled Sigil from the link above, but still i got this error.
1.ERROR: repack3.epub/OEBPS/Text/1279 NZQA4 DL WB M2a Aug 09.xhtml(8): 'OEBPS/stylesheet.css': referenced resource missing in the package
Do you have any idea to fix this?
Thanks
|
Apparently you have something like
<link rel="stylesheet" href="OEBPS/stylesheet.css" type="text/css" /> But this means it expects the stylesheet to be in repack3.epub/OEBPS/Text/OEBPS/ (relative to the Text directory). If the stylesheet is in the OEBPS directory, you should change this to:
<link rel="stylesheet" href="../stylesheet.css" type="text/css" />