<p class="ListParagraph" style="margin-bottom: 5pt; margin-left: 36pt; margin-top: 5pt; text-align: justify; text-indent: -18pt;"><span style="color: rgb(128, 0, 0); font-size: 10pt; line-height: 115%; font-family: Symbol, serif;">·</span><font face="Times New Roman"><span style="font-size: 9px; line-height: normal;">*</span></font><span style="font-size: 16pt; line-height: 115%; color: rgb(128, 0, 0);">kvdsjovsjvofvvfvfdfvdiovfoidfvjdofvjdo</span><span style="font-size: 16pt; line-height: 115%; color: rgb(128, 0, 0);">ityorrjtgietjotrigjovetimboitbmromro</span><br/><span style="font-size: 16pt; line-height: 115%; color: rgb(128, 0, 0);">*</span></p>
should be
<p class="ListParagraph"><span class="symbol">·</span><span class="small">*</span>kvdsjovsjvofvvfvfdfvdiovfoidfvjdofvjdoityorrj tgietjotrigjovetimboitbmromro<p>
With appropriate CSS definition for ListParagraph, symbol and small.
The actual cause of the error is the existence of <font> tags. But there's an awful lot of rubbish in that HTML that will cause problems when viewing an ebook.
|