Quote:
Originally Posted by Skydog
How does one change the indent size of a .prc without being forced to select "remove spacing between paragraphs?" I do not want to change spacing anywhere in the document, just reduce the indents.
The original .prc is just fine with the exception of the indent size.
|
On my reader I set my css for indents. Try adding
p {text-indent:1.1em;}
div {text-indent:1.1em;}
(adjust size to suit) to the
Extra CSS area of Calibre prior to conversion.
What I usually do is set both
Remove spacing between paragraphs and
Insert blank line in my default conversion. This gives me the indent size I want and the space between paragraphs I like.
The blank line is created by adding a .5em margin above and below each paragraph. As you noted though
Remove spacing between paragraphs does change spacing throughout the document.
Good Luck.