View Single Post
Old 11-17-2010, 10:30 AM   #2
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by jhempel24 View Post
I know that I can put something like:

p {text-indent: 15px}

or something like that in the CSS file to indent the paragraphs, but for whatever reason on some epubs, it won't do it.
Maybe those epubs use <div> instead of <p>, or have some predefined class that overrides your CSS, like <p class="text"> with "p.text { text-indent: 0; }". You'd have to examine the code to see what's happening.
Jellby is online now   Reply With Quote