View Single Post
Old 06-03-2013, 05:28 AM   #86
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by abeonis View Post
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"
If you want to use inline styles, you'll have to use style="vertical-align:middle" instead of align="middle".
Doitsu is offline   Reply With Quote