Quote:
Originally Posted by Epiphany
You guys are great to offer me all this help. I did look at Sigil and unfortunately since I have no experience whatsoever with this sort of thing it looked so confusing.
|
This alt fix is simple stuff, it is exactly as Hitch/theducks stated... sadly, this is one of the downfalls of these automatic conversions (they will produce garbage code... causing you much more headaches in the long-run).
If you open up your file in Sigil, and do a search, you should be able to find an
"img" tag:
<div>
<img src="../Images/pg025-TableII.png" /></div>
"src" just tells the HTML the location/filename of the image. As you can see, there is no
"alt".
What you want to do is add in an alt:
<div><img
alt="Table II. Momentum of World Population" src="../Images/pg025-TableII.png" /></div>
alt can also be completely blank:
<div><img
alt="" src="../Images/pg025-TableII.png" /></div>
Quote:
Originally Posted by Epiphany
Not sure if I will meet the deadline though. If only I could afford to pay someone to do it but will not be able to by the deadline of the publisher from which is only offering distribution and will not help me decipher or fix this problem unless I pay them for this service.
|
Preposterous! This is the tiniest of tiny fixes!!!! When is this deadline?
If you need any more help, feel free to post here, PM me, or email me directly (*insert my MobileRead username* at gmail dot com).
This situation shall be fixed!