Quote:
Originally Posted by net-buoy
thanks
|
Use Sigil REGEX to replace those
<div class=(.+?)\s+</div>
with
<p class=\1</p>
just check the your stylesheet does not have an entry for
p { or
div.<any of the classes used>
a simple
.<any of the classes used> is ok