View Single Post
Old 07-08-2012, 03:34 PM   #6
Danger
Evangelist
Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.
 
Danger's Avatar
 
Posts: 490
Karma: 1665031
Join Date: Nov 2010
Location: Vancouver Island, Nanaimo
Device: K2 (retired), Kobo Touch (passed to the wife), KGlo, Galaxy TabPro
No stylesheet.css? Hmmm, possibly inline styles or styles specified in each xml page.

You can create your own stylesheet.css and link to it:

Start in section0001-0027.xml as this will(should) be your main body of text for the book:

Look for:

Code:
<head>
  <title>Book title here</title>
  <link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />
</head>
The <link... /> won't be there, you need to add that in.

This is also a good time to check for any <style> ... </style> between the <head> tags. Styles specified here will override the stylesheet.css I believe.

Right hand column, under the folder icon Styles, right click and select Add Blank Stylesheet. You will now have a file Style0001.css. Rename to stylesheet.css. Open that new one up and add in your styles.

Last edited by Danger; 07-09-2012 at 07:52 PM. Reason: not -> no
Danger is offline   Reply With Quote