Quote:
Originally Posted by libre75
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