Hi
Using Sigil regex engine, I do not succeed to eradicate this kind of inline styles that one may find for example in the head part of some xhtml files:
I tried with:
in regex mode with DotAll to no avail. Maybe the CDATA make a problem?
There must be a way :)
EDIT: My "problem" was a faulty selection of files. SOLVED. Sorry for this.
Using Sigil regex engine, I do not succeed to eradicate this kind of inline styles that one may find for example in the head part of some xhtml files:
Spoiler:
I tried with:
Code:
<style type="text/css">(.*?)</style>
There must be a way :)
EDIT: My "problem" was a faulty selection of files. SOLVED. Sorry for this.