View Single Post
Old 09-15-2013, 02:55 PM   #11
krausj
Enthusiast
krausj began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2013
Device: ipad
ok here are some snippets. I don't have any @ symbols in any files. EpubCrawler creates an OEBS that's a little different from ones you make by hand, so that's where it gets confusing. There are a lot of "overrides" which I don't understand. I guess it has something to do with what I did in text in InDesign, but all the text has a paragraph style and/or a character style.

Code:
<div id="BG_p9"><img src="images/BG_p9.jpg" alt="p9" /></div>
<div id="p9-2"><p class="Override8">CHAPTER TWO: Curt &amp; Deb</p>

</div>

<div id="p9-3"><p class="TAGLINEP">()</p>

</div>

<div id="p9-4"><p class="ParagraphStyle1P"><span class="firstwordC"><span class="Inline9"> “Jesus Theo,</span></span> quit it or you’ll get us all killed!” Deb shouted as they screeched into the new driveway. Theo seemed determined to do a barrel roll out of the moving car. “From now on you’re wearing a helmet when we’re in the car. And not one of those cool skateboarding helmets either. You’ll look...SILLY!”</p>
<p class="ParagraphStyle1P"> “He’s just excited,,” Curt said. “It’s a trampoline. No, a GIANT trampoline.  I might even try it myself.”</p>
<p class="ParagraphStyle1P"> “Why did you even tell him about the trampoline?” she murmured. “That’s like catnip for him. You know how he is.”</p>
<p class="ParagraphStyle1P"> “Deb I really don’t like when you compare him to a cat,” Curt said. “Contrary to what the internet would have you believe, cats are the sociopaths of the animal kingdom.  Theo’s more like a lemur, bouncing and swinging and-”</p>
<p class="ParagraphStyle1P"> “Throwing his poop at the mailman?”</p>
<p class="Override9 ParagraphStyle1P"><span class="Inline10"> Curt sighed. “Give him a break. I feel like you’re forgetting all the times he </span><span class="Inline11">didn’t </span>throw his poop at the mailman.”</p>

</div>


</body>
</html>
Code:
.ParagraphStyle1P {
  font-family: "Merriweather Regular";
  color: #000000;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  line-height: 32px;
  text-indent: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;  
/* 
name: Paragraph Style 1
fontMatchString: Merriweather Regular,21
krausj is offline   Reply With Quote