Quote:
Originally Posted by Danger
Not stylesheet.css? Hmmm, possibly inline styles or styles specified in each xml page.
You can create your own styleshee.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.
|
It worked!!!!
This is me rah now ->
Danger, you're the man! I
never would have gotten it to work without your help. And just like you said, there were <style> tags in between the <head> tags, which, had you not anticipated it, would have definitely been my next question, lol...I gave you the most Karma I could.
Oh, btw... for anyone who might come across this, some header text was still "???"s; I edited the stylesheet.css and added the following to make it display precisely as desired:
h1{text-align:right; margin-right:2em; page-break-before: always;
font-family: "Droid Sans Fallback";
font-size:1.6em; font-weight:bold;}
h2{
display: block;
font-family: "Droid Sans Fallback";
font-size: 1.2em;
font-weight: bold;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
page-break-before: always;
}
Cheers!
Excuse me, I'm gonna go read Chinese now on my Kobo Wifi...
like a boss.