Quote:
Originally Posted by ldolse
If you used heuristics and it successfully found your chapter headings you can put this in the extra CSS under look and feel during the conversion:
Code:
h2+p,h3+p{text-indent:0}
P{text-indent:3%}
|
Shouldn't the P be a p as Calibre uses lower case and they must also match the closing tag ?