View Single Post
Old 03-19-2013, 09:55 AM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,139
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Alda View Post
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
theducks is online now   Reply With Quote