View Single Post
Old 04-05-2014, 04:54 AM   #9
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by speakingtohe View Post
Yes which is what I said more or less in the line you left out of your quote?

OP was looking to not have to do the books one by one I believe so bulk convert was what I was referring to by the would be nice if it did.

If you know a way to do it in the conversion process I would love to hear it.


Helen
Quote:
Originally Posted by speakingtohe View Post
Yes which is what I said more or less in the line you left out of your quote?

OP was looking to not have to do the books one by one I believe so bulk convert was what I was referring to by the would be nice if it did.

If you know a way to do it in the conversion process I would love to hear it.


Helen
It works during conversion, you are quite right I didn't ask it to do in the editor.
In the editor it is more simple to just open css and remove the line.
But during conversion ( or mass conversion ) it works to, only with the terrible regex, I am not pleased but I gonna work with it.
Here is a screenshot ( in my language ) where to fill it in.
Click image for larger version

Name:	2014-04-05 10_49_19-calibre - __ Calibre Bibliotheek __.jpg
Views:	270
Size:	100.0 KB
ID:	121249

If you do a batch conversion, it also looks in the .css and replace it.

edit:
But the given regex doesn't work.
Seek regex: line-height:\s1\.\d* and replace by line-height: 1.5em or Seek regex: line-height: \s1\.\d* and replace it by line-height: 1.5em.
in the original .css the line is : line-height: 1.5em, there is a space between the : and the 1.5... I now gonna edit the .css file and remove the space, just to see if the regex does work and the space is a problem...

Last edited by Nick_1964; 04-05-2014 at 05:52 AM.
Nick_1964 is offline   Reply With Quote