Quote:
Originally Posted by cybmole
thanks - but I'm still stuck :-(
is this valid extra css syntax ?
p {margin-top: 0.3em ; margin-bottom: 0.3em !important}
I am trying it on epub to epub where the book was previously converted with remove blank lines option ticked. I have unticked remove blank lines now but the extra CSS is not working - tried both with & without the !important tag.
it will work if I add it to the stylesheet, but I am seeking a bulk convert solution from within calibre here
|
You are missing the ;. It should be:
p {margin-top: 0.3em ; margin-bottom: 0.3em !important ;}