View Single Post
Old 12-09-2015, 03:53 PM   #24
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Error #2 means somewhere, an ID is being created which begins with something other than a letter of the alphabet.
I would expect the conversion engine to not create those in the first place, but hey, complain to Smashwords. It is their converter.
The fix is to open the HTML and change the ids. As I have no idea how they were generated to begin with (I have no idea how Smashwords' MeatGrinder works ) I have no idea if it is even possible in .doc but it is easy in EPUB.

Error #1 seems to imply that a <span> was simply dumped into the <body> element. It should probably be a div, or at least be wrapped in one.
And once again, without knowing why the MeatGrinder created it that way it is impossible to know how to fix it in the .doc but it is trivial to do so in the EPUB.
Using Styles *might* help, using Styles helps with many things.
Not using Styles is shooting yourself in the foot.



And without an actual EPUB to look at there is no way to be certain of anything we say.

Last edited by eschwartz; 12-09-2015 at 04:00 PM.
eschwartz is offline   Reply With Quote