View Single Post
Old 03-26-2010, 08:00 PM   #7
AbominableDavid
Enthusiast
AbominableDavid began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Sep 2009
Location: Tennessee
Device: Kobo Aura HD
Quote:
Originally Posted by paulpeer View Post
Just post the CSS. Very likely the problem is there, and not in the book.
Very good idea.

I just used the CSS generated by my OCR program, with a few modifications.

Code:
  
h1 {text-align: center; font-size: 150%; font-weight: bold;}  

  span.sgc-6 {font-style: italic;}
  p.sgc-4 {margin-left: 2%; margin-right: 2%; margin-top: 0; margin-bottom: 0; text-indent: 3%}
  p.opener {margin-left: 2%; margin-right: 2%; margin-top: 0; margin-bottom: 0; text-indent: 0}
  p.sgc-2 {font-weight: bold}
  hr.spacing {margin: 2em 25%;}
Actually, just as an experiment, I pasted my css code above directly into one of the chapter headers, between <style></style> headers, and that chapter appeared the way I expected - so I must have not done something correctly linking the style sheet.

Last edited by AbominableDavid; 03-26-2010 at 08:07 PM. Reason: added information
AbominableDavid is offline   Reply With Quote