Thanks Rubén, I was just trying to show an example of how the "clip" acts differently depending on where your cursor is placed, not how to do a find/replace or the proper semantics of <em><p>. I guess I wasn't very good at explaining...
Quote:
Originally Posted by RbnJrg
That is because you didn't set the search properly. - First at all, you need to set the search mode as "Regex".
- After that, in the "Find:" field you need to write the words to replace between (\byour words here\b).
Following your example, you need to write in the "Find:" field, the following:
Code:
(\b<p> </p>\b)
and after that you'll get
Code:
<em><p> </p></em>
By the way, the correct code would be <p><em> </em></p>
Regards
Rubén
|