View Single Post
Old 03-12-2012, 06:12 AM   #17
The CB
Enthusiast
The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.The CB ought to be getting tired of karma fortunes by now.
 
The CB's Avatar
 
Posts: 48
Karma: 500154
Join Date: Aug 2009
Device: Kindle 3, Sony PRS505
Quote:
Originally Posted by Hitch View Post
@CB: are you using an xgpt? Or page-level (file-level) divs? Or...??? What other reading DEVICES and/or software have you actually tested on, in which it works, and what is the name of your actual stylesheet file and what is your styling declaration inside the header, pls?
Hitch
This is my style declaration I must admit I relate to css stylesheet withing the document but i usually add few more styles on the page when I want to override current settings. This is how the header looks like:

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <link href="../Styles/Stylesheet.css" rel="stylesheet" type="text/css" />
  <style type="text/css">
/*<![CDATA[*/

  p.sgc-2 {font-style: italic; padding-top: 0.5em}
  p.sgc-1 {text-align: center; text-indent: 0;}
  /*]]>*/
  </style>
</head>
I am a kind of a beginner with it and trying to keep it as simple as it can be. I converted it with Calibre for Kindle it worked perfectly, it worked fine for EPUB reader for Android. In SONY epub it had some issues with special letters used in Serbian but that is another issue we have with EPUB on Sony. But all styles were preserved. I will try to see if I can post this book, but if not I will do the same with few chapters of another book so that you can see what is going on. Because this reader is doing the same with almost all epubs (not only mine) made in Sigil.
The CB is offline   Reply With Quote