Quote:
Originally Posted by Ephraim
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?