View Single Post
Old 06-01-2019, 08:13 PM   #2
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 450
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Your first image shows the indent as the CSS says. On the second page you lose the indent and get some paragraph spacing. Look at the text, in the editor, where the change happens. Where it is correct you will probably see paragraphs starting <p class="calibre27">....... -- but where it changes you may see simply <p>......., or some other style. Another possibility is some <div> starts to surround the text and change the styling. Use find and replace to get all the paragraphs the same...but look carefully at the rest of the text to make sure you don't clobber something else by accident.

If that is not the case, post the page code at the point of change so we can see it.
retiredbiker is offline   Reply With Quote