View Single Post
Old 03-27-2012, 12:33 PM   #10
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by EkkoJohnny View Post
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" /> 
Doitsu is offline   Reply With Quote