Quote:
Originally Posted by Tex2002ans
Hmmm... for now, couldn't you just do something like this:
Search: <br/>
Replace: <br/>\r\n
|
Been using that (after reversing the / to \); however the escaped characters only work in Regex mode.
If you use:
Search: <br/>
Replace: <br/> [/QUOTE]
Not a space after the <br/>, but actual linebreak (in the code view, just type <br/> and then [Enter] and copy that into the "Replace", then save it as a saved search. This works in either Normal or Regex modes.