Quote:
Originally Posted by paperback
...is there a way to easily "beautify" the edit window to remove these "line-breaks" and make the text-lines go all the way across?
|
Here is a saved search that I use to accomplish that by removing all \n characters between <p> </p> tags:
[\r\n]+(?=(?:[^<]+|<(?!/?p\b))*</p>)