View Single Post
Old 09-25-2014, 01:11 AM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by happyjon View Post
Just uploaded my first book to Smashwords, no autovetter errors were reported, I checked it in the validator SW recommend, and that said "Congratulations!No errors," so everything looked fine until I opened the book in ADE. and found each line in the toc had its own page.
Did you by any chance format paragraphs in Word by pressing Enter at the end of each line? If so, you'll have to search and replace these hard line-breaks with spaces.

If you didn't use hard line breaks at the end of each line, open the ePub with Sigil, switch to Code View, have a look at a typical paragraph and post it here. It should look like this:
Code:
<p class="abc">It was a dark and stormy night ...</p>
Then look at the stylesheet and search for the defintion for abc and post it as well. It should look like this:

Code:
abc {
text-indent: 1em;
...
...
...
}
Doitsu is offline   Reply With Quote