View Single Post
Old 08-17-2010, 04:12 AM   #246
pdurrant
The Grand Mouse 高貴的老鼠
pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.
 
pdurrant's Avatar
 
Posts: 74,218
Karma: 317184274
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
Quote:
Originally Posted by mwbiggs View Post
I was getting "name" errors also on end notes and footnotes. So I changed it to "id" there also. That seemed to clear them up.

Two more massive errors by epubcheck. I have a lot of graphics inserted in the doc. For most (or all) I get width and border errors like the two below: I also get them with inserted tables. What should I do? I want to make sure my graphics are properly sized.

16.ERROR: TCFL_1st_ed_v021_epub11_sigil_idedit_edn_Ref.epub/OEBPS/Text/The Case for Lilith_1st_ed_v021_epub11.htm(2719): attribute "width" not allowed at this point; ignored
27.ERROR: TCFL_1st_ed_v021_epub11_sigil_idedit_edn_Ref.epub/OEBPS/Text/The Case for Lilith_1st_ed_v021_epub11.htm(2786): attribute "border" not allowed at this point; ignored

Line 2786 is 4th down:
<div class="sgc-46">
<table cellspacing="0" width="97%" cellpadding="0" class="MsoNormalTable sgc-63" border="0">
<tr>
<td width="58" valign="top" class="sgc-49">
<p class="body sgc-48">&nbsp;</p>
</td>
Why are you putting your graphics inside a table? In any case, since width and border can't be used on the table element (& are being ignored), just remove them.
pdurrant is offline