View Single Post
Old 11-08-2016, 12:45 PM   #2
Pablo
Guru
Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.
 
Pablo's Avatar
 
Posts: 972
Karma: 4999999
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-T2, Kindle Paperwhite 11th gen
Your stylesheet is called stylesheet3.css, yet (according to your teacher) in your xhtml file your are referencing stylesheet.css. You also include a reference to page_styles.css, but that file is not part of your ePub, as far as I can see.

You can have as many stylesheets as you like in your ePub, and use as many of them in each xhtml file as you want, but you have to include references, in each xhtml file, to the stylesheets you want to apply to that file.

Including a stylesheet in your ePub has no effect until you include a reference to it somewhere. That's the error you see in calibre editor.

Last edited by Pablo; 11-08-2016 at 12:50 PM.
Pablo is offline   Reply With Quote