View Single Post
Old 04-01-2009, 02:11 PM   #1
FredD
Junior Member
FredD began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2009
Device: epub
InDesign and epub

I am just beginning to dip my toes into ebook creation and am not sure whether the outcome I am producing is the "way it is", or because I am doing something wrong.

I exported my first project from InDesign to the epub format. When the document is opened in an ereader (Stanza or Digital Editions) all the text is the style and weight.

When I open one of the html documents produced, all the text styles are converted to paragraph tags to which classes are attached with names that link in some way to the InDesign Style names. There are also spans (<span class="generated-style">) wrapping the inside of every element which appear to serve no purpose at all.

What I would like is to attach html heading tags to my my subheading styles so that I get something a little more semantically correct. And also loose the extraneous spans.

Tips, links, advice for getting up to speed with InDesign and epub would be helpful.

Quote:
<p class="subhead01-sec01" id="toc-anchor">
<span class="generated-style">Introduction</span>
</p>


<p class="paragraphs-paragraph-1st">
<span class="generated-style">School shootings, gang activity, armed robberies gone awry, desperate calls for attention, young children discovering weapons they can’t handle and simple arguments that escalate too far. Gun violence takes the lives of thousands in the United States each year.</span>
</p>
FredD is offline   Reply With Quote