View Single Post
Old 10-08-2011, 01:57 PM   #1
mtrahan
Colonel Mustard
mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.mtrahan is no ebook tyro.
 
mtrahan's Avatar
 
Posts: 90
Karma: 1426
Join Date: Feb 2010
Location: Montreal
Device: iPhone 6, Kindle Paperwhite 2, iPad 2
FlightCrew Validation Question

Hi MobileRead forum,

I'm trying to validate an ePub file I've been working on and I have two problems when checking with FlightCrew. First, with images, FlightCrew tells me that "attribute 'align' is not declared for element 'img'" on line 12 of a certain file. But here is the line in question: <img align="absbottom" alt="Jigai01.tif" src="../Images/Jigai01.jpg" /> The attribute 'align' is declared, so what is the problem?

Second thing, very similar, in a table. FlightCrew tells me repeatedly that "attribute 'width' is not declared for element 'td'". But again, 'width' attribute is declared in the file, like this:

Code:
    <table border="0" cellpadding="1" cellspacing="0" width="100%">
      <tr>
        <td align="right" valign="top" width="5%"><span class="sgc-3">1</span></td>

        <td width="3%">&nbsp;</td>

        <td align="left" width="92%"><span class="sgc-3">text text text</span></td>
      </tr>
    </table>
What is wrong with this? I'm really late with this so any quick help will be much appreciated.

Thanks in advance,

Michael
mtrahan is offline   Reply With Quote