Quote:
Originally Posted by EkkoJohnny
The Style section is named, Style0001.css In the error message, Sigil reads: OEPBS/Styles/Style0001.css --This resource is present in the OPF <manifest>, but it is not reachable. (It's unused)
|
AFAIK, this means that you forgot to link the .css in the .html files. I.e. you most lilkely forgot to include the following line:
PHP Code:
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />