Quote:
Originally Posted by Turtle91
That's pretty advanced stuff!
I go pretty easy...and it seems to work so far...
find: <i>(.*?)</i>
replace: <em>\1</em>
or
find: <span class="italics>(.*?)</span>
replace: <em>\1</em>
etc.
|
Oh, that's much simpler. Thank you! Since the stuff I'm working on has a combination of <i> for "inside voice," and "named things" as well as <em> for word emphasis, this certainly has been a learning experience!