View Single Post
Old 11-23-2010, 11:25 AM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,083
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Ephraim View Post
Thank you. I think I got it figured out. The reason I have to remove all indents was because all my chapter heading and images were lining up with the first line in the paragraph that of course had indents. Then when I sync to ibooks the text is right but the images are offset. I would had preferred to not have to remove the indents of the text but I didn't know how to fix the images not being centered. Is there a work around to have both the images and chapter headings centered on my ebook reader and still have indents in the text? Your help has been appreciated.
Make a NEW class (name) in the CSS
Code:
.noindent {text-indent: 0}
Now use this WITH the existing class to override the indent by placing it after
Code:
<p class="calibre1 noindent">
see how they are now both inside the quotes separated by a space?
theducks is offline   Reply With Quote