View Single Post
Old 06-06-2012, 12:24 PM   #6
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,274
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
@ficbot - what you're looking to do is link the stylesheet you created to your HTML files.

In Sigil soon there will be a Link Stylesheets option for the stylesheets ( <-- note: Sigil related ) , but until then you have to manually edit your HTML code.

Add a link line to your head section like this (assuming your stylesheet is called styles.css but it could be anything.css):

Code:
<head>
  <title>Introduction</title>
  <link href="../Styles/styles.css" rel="stylesheet" type="text/css" />
</head>
Then save and reload your book just in case the information got cached and needs to be refreshed.
meme is offline   Reply With Quote