Thread: epub error
View Single Post
Old 10-23-2019, 05:25 AM   #6
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,097
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 libre75 View Post
Hi everyone, sorry for the delay and thanks in advance, below the lines of code!


35 <span style="font-size: 16pt; font-family: 'Times New Roman', serif;">
<div style="text-align: justify;"><span style="font-size: 16pt;">Cocktail: da elencare in ordine alfabetico e per ordine d'effetto in base agli ingr</span><span style="font-size: 16pt;">e</span><span style="font-size: 16pt;">dienti che lo compongono ad esempio: aperitivi - digestivi.</span>
</div></span>

<p></p>



105 <p style="font-size:16pt; line-height:115%; text-align:justify"><span style="font-family:'Times New Roman', serif; font-size:16pt; font-style:italic">LONG DRINK</span></p>

9 <link href="../Styles/styles.css" type="text/css" rel="stylesheet"/>

31 </table>
What a mess.
Pretty print (Mend and Prettify) helps see nesting issues
35 has a naked Span, (outside the Div, While not a problem all those style= 16pt; are just needless cruft), last is the weird <p> </p> at the end

105 I am betting there is something about the 'Times New Roman' single quotes
9 ??? The order of rel and type? eg <link href="../Styles/template.css" rel="stylesheet" type="text/css"/>

31 is closing a Table What table A Table is a set of tags in a pattern. That say the pattern is broken in between the <Table> and when it closes

Last edited by theducks; 10-23-2019 at 05:27 AM. Reason: colored wrong place
theducks is offline   Reply With Quote