View Single Post
Old 06-05-2022, 05:26 PM   #10
88%
Enthusiast
88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch88% is clearly one to watch
 
Posts: 31
Karma: 10844
Join Date: Dec 2015
Device: DPTS1
Quote:
Originally Posted by retiredbiker View Post
Actually, the problem is probably in the css, rather than the text, and if that is so, one small change may fix your whole book.

A hanging indent will look something like this in the css file, it can be part of any class:
Code:
margin-left: 3em;
text-indent: -2em;


This helped me alot. I was having trouble with a single file that kept cutting off the odd character and this was the fix.

Resurrecting this thread just to add that instead of using the editor and going through the CSS, I was able to fix it by going to:

Look & Feel > Transform Styles

and then adding the following rule before converting:

Code:
If the property text-indent is any value <then> remove the property
This might be overkill depending on your needs, but it worked great for me.
88% is offline   Reply With Quote