Thread
:
Regexp help - I think...
View Single Post
07-18-2011, 07:00 AM
#
2
user_none
Sigil & calibre developer
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
If it's part of the HTML itself search and replace will work. Search and replace however does not run over .css files. You could try:
Code:
(?mu)<style>.+</style>
as the search code. This should remove every style tag inline in the HTML.
user_none
View Public Profile
Visit user_none's homepage!
Find More Posts by user_none
Track Posts by user_none via RSS