View Single Post
Old 06-03-2016, 11:25 AM   #4
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: 31,101
Karma: 60358908
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 LadyKate View Post
Would that be an issue with a retail book? Just curious as this is a retail book that I converted to epub.
You would not believe some of the stuff I see in some 'Retail' books.
(Retail, simply means that it was sold, not home made )
Even BPH crank out cr*p because they hire coders that can't even follow 'House Stylesheet' rules.

Even Baens (conversion?) EPUBs include an additional nested Div for each chapter split, so by the 10th chapter, the CODE is indented half way across the screen. I have a 'BaenDeDiv saved search&replace that I run against all files (sometimes as many as 50 passes). The book looks fine. The code was bloated and Ugly.

I suspect you have a bad case of nested Blockquote (they should have used a Div (or nothing) )

Amateurs (coders):
They come in all kinds. Top Quality to 'Not a clue"

If the book won't validate (with no red error level), I can figure where they fall.
Validate, is only the first step
Next is getting rid of code that only appears to work (Calibre class viewers tolerate lots of cr*p that many devices abort or lockup on)
stuff like:
Code:
<p></p>
<span> </span>
(somebody's REGEX was wrong )
theducks is offline   Reply With Quote