View Single Post
Old 06-02-2012, 05:31 PM   #1
JJ Joseph
Member
JJ Joseph began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jun 2012
Device: Kindle
How to link the style sheet in Sigil?

In another thread, DiapDealer said:
Quote:
Originally Posted by DiapDealer View Post
The stylesheet goes in the Styles folder. And you link each xhtml file (that you want to use it) to that stylesheet with:

Code:
<link href="../Styles/stylesheet-name.css" rel="stylesheet" type="text/css" />
in the head section.
My style sheet has its own file name (myfirstbook.css), but after I paste that file into Sigil, Sigil assigns it a new name "Style0001.css". So far, Sigil doesn't see my style sheet, even though it's right there in the Book Browser with the message "The resource is present in the OPF <manifest>, but it's not reachable (it's unused)". I'm not clear what Sigil is doing file-wise, so how do I ensure the text files see the style sheet as you've described it?
JJ Joseph is offline   Reply With Quote