View Single Post
Old 06-03-2013, 04:30 AM   #85
abeonis
eBook DIYer
abeonis began at the beginning.
 
abeonis's Avatar
 
Posts: 111
Karma: 10
Join Date: Oct 2012
Location: Europe
Device: K4, KF HD 8.9, Readium
The align attribute for img to define the vertical alignment doesn't pass FlightCrew ePub check. I use it in HTML coding to align a formula with the text: Exemple:

Code:
<p>La potencia <img src="potencia.gif" alt="Cálculo de potencia" align="middle" /> en vatios </p>
Generates an error message: "Attribute align is not declared for element img"

Last edited by abeonis; 06-03-2013 at 04:41 AM. Reason: Clarification
abeonis is offline   Reply With Quote