Quote:
Originally Posted by Nick_1964
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.
Attachment 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...
|
Hmmm... I have tried it a few times in the bulk convert with no change in the CSS.
The same expressions I have tried work fine in the editor.
Let us know if you can make it work in bulk convert
HELEN