View Single Post
Old 03-27-2012, 09:18 AM   #7
tuxor
Addict
tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!tuxor has a thesaurus and is not afraid to use it!
 
Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
Hm, my "workaround" is not really a workaround. Coolreader does use the "epub.css" file described above. But it still ignores any CSS-directives inside the Epub file.. Is this intended?

Code:
<h1 style="text-align:center;">Test<br />heading<br />just for fun</h1>
This will display as something like this:

Code:
                         Test
heading
just for fun
And if I remove "text-align:center;", nothing changes! What's wrong here?!

EDIT: Forget about what I wrote after that, I found out, text-transform, :first-letter etc. are not part of the Epub specification.

Last edited by tuxor; 03-27-2012 at 09:50 AM.
tuxor is offline   Reply With Quote