View Single Post
Old 03-10-2013, 08:25 PM   #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: 29,800
Karma: 54830978
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 rceee View Post
First of all, thanks for producing Sigil; top-notch, *outstanding* piece of software that has SAVED my Pages-to-(epub to)-Kindle revision process.

Just wondering, when editing an already produced epub (e.g., exported from Pages or the like), I tried inserting a page split marker, and I get the line

Code:
<hr class="sigil_split_marker" />
Yet no CSS definition for it. No external file was created, no inline CSS was added to the xhtml file I added the line to, and no CSS was added to my externally linked stylesheet for this document (which happens to be ../Styles/book.css). As a side note, using the Create HTML Table of Contents command worked beautifully and *did* create a ../Styles/sgc-toc.css file with the appropriate styles.

Thanks for any help you can provide!
It is used as a Marker for a future Split (which manually launched when you are ready: F6 is the keystroke).

The split marker is also handy when you want to ADD it to the file(s) via a Search and replace for later use.

Typical S&R usage:
Code:
<p class="foo">CHAPTER (\d+)</p>

<hr class="sigil_split_marker" /><h3 class="chapno">CHAPTER \1</h3>
theducks is offline   Reply With Quote