Quote:
Originally Posted by Alda
Thanks you guys!
@Turtle91 - I presume your second code works just as well if I call it h1 instead of h2?
@ghostyjack - to make yours work, you would have to manually go into the code and assign each paragraph the "newscene" marker, no?
Also, is there a quick way to assign a class to a section break?
ps - This is such a great forum. 
|
Search and Replace: REGEX

(a Normal mode might have problem because of the Stars)
Code:
<p>\*\s*\*\s*\*</p>
<p class="sectionbreak">* * *</p>
I used \s* (zero or more white space) between the stars
The REAL stars need to be escaped on search ONLY as they are special characters