Quote:
Originally Posted by Chris_Snow
Code:
<p class="calibre2"></p>The paragraph goes in here.
As you can see the "</p>" is at the beginning and not at the end. Is there an easy way to change this? There must be a regex I can use to "find/replace" it?
|
How about a simple Search & Replace that swaps <p class="calibre2"></p> with </p><p class="calibre2"> ?